CollaborationPlatformExtensions.BeginShutdown(CollaborationPlatform, Boolean, AsyncCallback, Object) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static IAsyncResult ^ BeginShutdown(Microsoft::Rtc::Collaboration::CollaborationPlatform ^ platform, bool terminateEndpoints, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginShutdown (this Microsoft.Rtc.Collaboration.CollaborationPlatform platform, bool terminateEndpoints, AsyncCallback userCallback, object state);
static member BeginShutdown : Microsoft.Rtc.Collaboration.CollaborationPlatform * bool * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginShutdown (platform As CollaborationPlatform, terminateEndpoints As Boolean, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

terminateEndpoints
Boolean
userCallback
AsyncCallback
state
Object

Returns

IAsyncResult

Applies to