TraceLoggingService.BeginStop(AsyncCallback, Object) 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.
Begins an asynchronous stop of the service.
public:
IAsyncResult ^ BeginStop(AsyncCallback ^ userCallback, System::Object ^ stateObject);
public IAsyncResult BeginStop (AsyncCallback userCallback, object stateObject);
member this.BeginStop : AsyncCallback * obj -> IAsyncResult
Public Function BeginStop (userCallback As AsyncCallback, stateObject As Object) As IAsyncResult
Parameters
- userCallback
- AsyncCallback
The method to be called when the asynchronous stop operation is completed.
- stateObject
- Object
A user-provided object that distinguishes this particular asynchronous stop request from other requests.