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