ReportExecutionService.GetExecutionInfoAsync Method
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.
Overloads
GetExecutionInfoAsync(Object) | |
GetExecutionInfoAsync() |
GetExecutionInfoAsync(Object)
public:
void GetExecutionInfoAsync(System::Object ^ userState);
public void GetExecutionInfoAsync (object userState);
member this.GetExecutionInfoAsync : obj -> unit
Public Sub GetExecutionInfoAsync (userState As Object)
Parameters
- userState
- Object
Applies to
GetExecutionInfoAsync()
public:
void GetExecutionInfoAsync();
public void GetExecutionInfoAsync ();
member this.GetExecutionInfoAsync : unit -> unit
Public Sub GetExecutionInfoAsync ()