AudioVideoMcuSessionExtensions.BeginHold 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 ^ BeginHold(Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoMcuSession ^ avmcuSession, Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ endpoint, Microsoft::Rtc::Internal::Collaboration::AudioVideo::HoldOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginHold (this Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoMcuSession avmcuSession, Microsoft.Rtc.Collaboration.ParticipantEndpoint endpoint, Microsoft.Rtc.Internal.Collaboration.AudioVideo.HoldOptions options, AsyncCallback userCallback, object state);
static member BeginHold : Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoMcuSession * Microsoft.Rtc.Collaboration.ParticipantEndpoint * Microsoft.Rtc.Internal.Collaboration.AudioVideo.HoldOptions * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginHold (avmcuSession As AudioVideoMcuSession, endpoint As ParticipantEndpoint, options As HoldOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- avmcuSession
- AudioVideoMcuSession
- endpoint
- ParticipantEndpoint
- options
- HoldOptions
- userCallback
- AsyncCallback
- state
- Object