BuildSubmission.AsyncContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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