WebPubSubGroupMember(String) Constructor
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.
Represents a connection in a group.
public WebPubSubGroupMember(string connectionId);
new Azure.Messaging.WebPubSub.WebPubSubGroupMember : string -> Azure.Messaging.WebPubSub.WebPubSubGroupMember
Public Sub New (connectionId As String)
Parameters
- connectionId
- String
Remarks
Creates a new instance of WebPubSubGroupMember with the specified connection id.