BuildSubmission.AsyncContext Property

Definition

The asynchronous context provided to ExecuteAsync(BuildSubmissionCompleteCallback, Object), if any.

public:
 property System::Object ^ AsyncContext { System::Object ^ get(); };
public object AsyncContext { get; }
public object AsyncContext { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.AsyncContext : obj
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.AsyncContext : obj
Public ReadOnly Property AsyncContext As Object

Property Value

The asynchronous context provided to ExecuteAsync(BuildSubmissionCompleteCallback, Object), or null if no context is provided.

Attributes

Applies to