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