InternalConferenceSession.BeginSetUserAccess(String, Boolean, 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 ^ BeginSetUserAccess(System::String ^ participantUri, bool granted, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginSetUserAccess (string participantUri, bool granted, AsyncCallback userCallback, object state);
member this.BeginSetUserAccess : string * bool * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetUserAccess (participantUri As String, granted As Boolean, userCallback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- participantUri
- String
- granted
- Boolean
- userCallback
- AsyncCallback
- state
- Object