ConversationExtensions.BeginRestore 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 ^ BeginRestore(Microsoft::Rtc::Collaboration::Conversation ^ conversation, Microsoft::Rtc::Internal::Collaboration::ConversationRestoreOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginRestore (this Microsoft.Rtc.Collaboration.Conversation conversation, Microsoft.Rtc.Internal.Collaboration.ConversationRestoreOptions options, AsyncCallback userCallback, object state);
static member BeginRestore : Microsoft.Rtc.Collaboration.Conversation * Microsoft.Rtc.Internal.Collaboration.ConversationRestoreOptions * AsyncCallback * obj -> IAsyncResult
Parameters
- conversation
- Conversation
- options
- ConversationRestoreOptions
- userCallback
- AsyncCallback
- state
- Object