Conversation.BeginInviteRemoteParticipants Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
BeginInviteRemoteParticipants(IEnumerable<String>, ToastMessage, AsyncCallback, Object) | Obsolete. This method will be removed from future versions. Instead, use ConferenceInvitation.BeginDeliver(). Begins an asynchronous operation to invite remote participants to the conversation’s conference. | |
BeginInviteRemoteParticipants(IEnumerable<String>, IEnumerable<String>, ToastMessage, AsyncCallback, Object) | Obsolete. This method will be removed from future versions. For more information, see ConferenceInvitation.BeginDeliver(). Begins an asynchronous operation to invite remote participants to the conversation’s conference. |
Top