WebPubSubGroupPresenceEventName Struct

Definition

Allowed event names for group presence events.

public readonly struct WebPubSubGroupPresenceEventName : IEquatable<Azure.ResourceManager.WebPubSub.Models.WebPubSubGroupPresenceEventName>
type WebPubSubGroupPresenceEventName = struct
Public Structure WebPubSubGroupPresenceEventName
Implements IEquatable(Of WebPubSubGroupPresenceEventName)
Inheritance
WebPubSubGroupPresenceEventName
Implements

Constructors

Name Description
WebPubSubGroupPresenceEventName(String)

Initializes a new instance of WebPubSubGroupPresenceEventName.

Properties

Name Description
Joined

Event triggered when a connection joins a group.

Left

Event triggered when a connection leaves a group.

Methods

Name Description
Equals(WebPubSubGroupPresenceEventName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(WebPubSubGroupPresenceEventName, WebPubSubGroupPresenceEventName)

Determines if two WebPubSubGroupPresenceEventName values are the same.

Implicit(String to Nullable<WebPubSubGroupPresenceEventName>)
Implicit(String to WebPubSubGroupPresenceEventName)

Converts a string to a WebPubSubGroupPresenceEventName.

Inequality(WebPubSubGroupPresenceEventName, WebPubSubGroupPresenceEventName)

Determines if two WebPubSubGroupPresenceEventName values are not the same.

Applies to