ASyncPlayerWaiterTArguments Class |
Namespace: SampSharp.GameMode.Tools
public class ASyncPlayerWaiter<TArguments> : ASyncWaiter<BasePlayer, TArguments>
The ASyncPlayerWaiterTArguments type exposes the following members.
Name | Description | |
---|---|---|
![]() | ASyncPlayerWaiterTArguments | Initializes a new instance of the ASyncPlayerWaiterTArguments class |
Name | Description | |
---|---|---|
![]() | Cancel |
Cancels the task for the specified key.
(Inherited from ASyncWaiterTKey, TArguments.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Fire |
Fires the task with the given key.
(Inherited from ASyncWaiterTKey, TArguments.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Result |
Waits for the Fire(TKey, TArguments) to be called with the specified key.
(Overrides ASyncWaiterTKey, TArgumentsResult(TKey).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |