struct AsyncVoidMethodBuilder

in global :: System . Runtime . CompilerServices

Represents a builder for asynchronous methods that do not return a value.


public void SetException( Exception exception )

Binds an exception to the method builder.

  • exception The exception to bind.

public void SetStateMachine( IAsyncStateMachine stateMachine )

Associates the builder with the specified state machine.

  • stateMachine The state machine instance to associate with the builder.

public static AsyncVoidMethodBuilder Create( )

😔 No documentation found.

public void Start( ref TStateMachine stateMachine )

😔 No documentation found.

public void AwaitOnCompleted( ref TAwaiter awaiter, ref TStateMachine stateMachine )

😔 No documentation found.

public void AwaitUnsafeOnCompleted( ref TAwaiter awaiter, ref TStateMachine stateMachine )

😔 No documentation found.

public void SetResult( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.