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