ChatRoomManagementServices.BeginGetChatRoomPermissions 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.
Returns the permissions that the signed in user has on the specified room.
public:
IAsyncResult ^ BeginGetChatRoomPermissions(Uri ^ roomUri, AsyncCallback ^ userCallBack, System::Object ^ state);
public IAsyncResult BeginGetChatRoomPermissions(Uri roomUri, AsyncCallback userCallBack, object state);
member this.BeginGetChatRoomPermissions : Uri * AsyncCallback * obj -> IAsyncResult
Public Function BeginGetChatRoomPermissions (roomUri As Uri, userCallBack As AsyncCallback, state As Object) As IAsyncResult
Parameters
- roomUri
- Uri
The room uri
- userCallBack
- AsyncCallback
The method to be invoked when this asynchronous operation completes.
- state
- Object
An object to be passed back to the callback.
Returns
An IAsyncResult that references this operation.
Exceptions
roomUri is null.
The PersistentChatEndpoint is not established.
The chat server connection is not in a valid state to send the command.
The PersistentChatEndpoint encountered an error communicating with the chat server.