IncomingSubscriptionSession.BeginDecline(Int32, SubscriptionSessionDeclineOptions, AsyncCallback, Object) Method

Definition

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

Parameters

responseCode
Int32
userCallback
AsyncCallback
state
Object

Returns

IAsyncResult

Applies to