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