GraphBuildSubmission.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; }
member this.AsyncContext : obj
Public ReadOnly Property AsyncContext As Object