EventSubscriptionType Struct
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.
The EventSubscriptionType.
public readonly struct EventSubscriptionType : IEquatable<Azure.Communication.CallingServer.EventSubscriptionType>
type EventSubscriptionType = struct
Public Structure EventSubscriptionType
Implements IEquatable(Of EventSubscriptionType)
- Inheritance
-
EventSubscriptionType
- Implements
Constructors
EventSubscriptionType(String) |
Initializes a new instance of EventSubscriptionType. |
Properties
DtmfReceived |
dtmfReceived. |
ParticipantsUpdated |
participantsUpdated. |
Methods
Equals(EventSubscriptionType) |
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
Equality(EventSubscriptionType, EventSubscriptionType) |
Determines if two EventSubscriptionType values are the same. |
Implicit(String to EventSubscriptionType) |
Converts a string to a EventSubscriptionType. |
Inequality(EventSubscriptionType, EventSubscriptionType) |
Determines if two EventSubscriptionType values are not the same. |
Applies to
Azure SDK for .NET