CollaborationPlatformExtensions.BeginShutdown 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 ^ 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
- platform
- CollaborationPlatform
- terminateEndpoints
- Boolean
- userCallback
- AsyncCallback
- state
- Object