C# Class CqlSharp.Threading.AutoConfiguredAwaiter

Awaiter that automatically determines how awaits need to be continued
Afficher le fichier Open project: reuzel/CqlSharp Class Usage Examples

Méthodes publiques

Méthode Description
GetResult ( ) : void

Gets the result.

OnCompleted ( System.Action continuation ) : void

Schedules the continuation action that's invoked when the instance completes.

Private Methods

Méthode Description
AutoConfiguredAwaiter ( System.Threading.Tasks.Task task ) : System
UnsafeOnCompleted ( System.Action continuation ) : void

Method Details

GetResult() public méthode

Gets the result.
public GetResult ( ) : void
Résultat void

OnCompleted() public méthode

Schedules the continuation action that's invoked when the instance completes.
/// The argument is null (Nothing in /// Visual Basic). ///
public OnCompleted ( System.Action continuation ) : void
continuation System.Action The action to invoke when the operation completes.
Résultat void