UserEndpointPresenceServicesExtensions.BeginUpdateEndpointCapabilities 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 ^ BeginUpdateEndpointCapabilities(Microsoft::Rtc::Collaboration::UserEndpointPresenceServices ^ presenceServices, Microsoft::Rtc::Collaboration::PreferredServiceCapabilities ^ preferredCapabilities, bool autoAcceptForTextSupported, System::String ^ publisherGruu, System::String ^ publisherEpid, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginUpdateEndpointCapabilities (this Microsoft.Rtc.Collaboration.UserEndpointPresenceServices presenceServices, Microsoft.Rtc.Collaboration.PreferredServiceCapabilities preferredCapabilities, bool autoAcceptForTextSupported, string publisherGruu, string publisherEpid, AsyncCallback callback, object state);
static member BeginUpdateEndpointCapabilities : Microsoft.Rtc.Collaboration.UserEndpointPresenceServices * Microsoft.Rtc.Collaboration.PreferredServiceCapabilities * bool * string * string * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginUpdateEndpointCapabilities (presenceServices As UserEndpointPresenceServices, preferredCapabilities As PreferredServiceCapabilities, autoAcceptForTextSupported As Boolean, publisherGruu As String, publisherEpid As String, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- presenceServices
- UserEndpointPresenceServices
- preferredCapabilities
- PreferredServiceCapabilities
- autoAcceptForTextSupported
- Boolean
- publisherGruu
- String
- publisherEpid
- String
- callback
- AsyncCallback
- state
- Object