LocalEndpointExtensions.BeginTerminate 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.
public:
[System::Runtime::CompilerServices::Extension]
static IAsyncResult ^ BeginTerminate(Microsoft::Rtc::Collaboration::LocalEndpoint ^ endpoint, Microsoft::Rtc::Internal::Collaboration::LocalEndpointTerminationOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginTerminate (this Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, Microsoft.Rtc.Internal.Collaboration.LocalEndpointTerminationOptions options, AsyncCallback userCallback, object state);
static member BeginTerminate : Microsoft.Rtc.Collaboration.LocalEndpoint * Microsoft.Rtc.Internal.Collaboration.LocalEndpointTerminationOptions * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginTerminate (endpoint As LocalEndpoint, options As LocalEndpointTerminationOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- endpoint
- LocalEndpoint
- options
- LocalEndpointTerminationOptions
- userCallback
- AsyncCallback
- state
- Object