Freigeben über


WebPubSubGroupMember(String) Constructor

Definition

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.

Applies to