TraceLoggingService.BeginStart(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 start of the service
public:
IAsyncResult ^ BeginStart(AsyncCallback ^ userCallback, System::Object ^ stateObject);
public IAsyncResult BeginStart (AsyncCallback userCallback, object stateObject);
member this.BeginStart : AsyncCallback * obj -> IAsyncResult
Public Function BeginStart (userCallback As AsyncCallback, stateObject As Object) As IAsyncResult
Parameters
- userCallback
- AsyncCallback
- stateObject
- Object