Click or drag to resize

ASyncWaiterTKey, TArguments Class

Contains methods for awaiting calls.
Inheritance Hierarchy
SystemObject
  SampSharp.GameMode.ToolsASyncWaiterTKey, TArguments
    SampSharp.GameMode.ToolsASyncPlayerWaiterTArguments

Namespace:  SampSharp.GameMode.Tools
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class ASyncWaiter<TKey, TArguments>

Type Parameters

TKey
TArguments

The ASyncWaiterTKey, TArguments type exposes the following members.

Constructors
  NameDescription
Public methodASyncWaiterTKey, TArguments
Initializes a new instance of the ASyncWaiterTKey, TArguments class
Top
Methods
  NameDescription
Public methodCancel
Cancels the task for the specified key.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFire
Fires the task with the given key.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodResult
Waits for the Fire(TKey, TArguments) to be called with the specified key.
Public methodToString (Inherited from Object.)
Top
See Also