IncomingSubscriptionSession.BeginDecline(Int32, SubscriptionSessionDeclineOptions, AsyncCallback, Object) 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:
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