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