SocketIOAction.CreateRemoveSocketFromRoomAction 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.
Creates an instance of RemoveSocketFromRoomAction for output binding.
public static Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.RemoveSocketFromRoomAction CreateRemoveSocketFromRoomAction (string socketId, string room, string namespace = "/");
static member CreateRemoveSocketFromRoomAction : string * string * string -> Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.RemoveSocketFromRoomAction
Public Shared Function CreateRemoveSocketFromRoomAction (socketId As String, room As String, Optional namespace As String = "/") As RemoveSocketFromRoomAction
Parameters
- socketId
- String
Target socketId.
- room
- String
Target roome.
- namespace
- String
Target namespace.
Returns
An instance of RemoveSocketFromRoomAction.