Edit

Share via


IncomingSubscriptionSession.BeginSendNotification Method

Definition

public:
 IAsyncResult ^ BeginSendNotification(Microsoft::Rtc::Internal::Signaling::SubscriptionNotificationOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginSendNotification (Microsoft.Rtc.Internal.Signaling.SubscriptionNotificationOptions options, AsyncCallback userCallback, object state);
member this.BeginSendNotification : Microsoft.Rtc.Internal.Signaling.SubscriptionNotificationOptions * AsyncCallback * obj -> IAsyncResult
Public Function BeginSendNotification (options As SubscriptionNotificationOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

userCallback
AsyncCallback
state
Object

Returns

Applies to