OutboundDeliveryStrategyKind 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 options of the outbound delivery strategy for messages sent by participants in a conversation.
public readonly struct OutboundDeliveryStrategyKind : IEquatable<Azure.Communication.Messages.OutboundDeliveryStrategyKind>
type OutboundDeliveryStrategyKind = struct
Public Structure OutboundDeliveryStrategyKind
Implements IEquatable(Of OutboundDeliveryStrategyKind)
- Inheritance
-
OutboundDeliveryStrategyKind
- Implements
Constructors
| Name | Description |
|---|---|
| OutboundDeliveryStrategyKind(String) |
Initializes a new instance of OutboundDeliveryStrategyKind. |
Properties
| Name | Description |
|---|---|
| AllParticipants |
Delivery strategy for all participants. |
| InternalOnly |
Delivery strategy for internal only. |
Methods
| Name | Description |
|---|---|
| Equals(OutboundDeliveryStrategyKind) |
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(OutboundDeliveryStrategyKind, OutboundDeliveryStrategyKind) |
Determines if two OutboundDeliveryStrategyKind values are the same. |
| Implicit(String to OutboundDeliveryStrategyKind) |
Converts a String to a OutboundDeliveryStrategyKind. |
| Inequality(OutboundDeliveryStrategyKind, OutboundDeliveryStrategyKind) |
Determines if two OutboundDeliveryStrategyKind values are not the same. |