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