RecordingState 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 RecordingState.
public readonly struct RecordingState : IEquatable<Azure.Communication.CallAutomation.RecordingState>
type RecordingState = struct
Public Structure RecordingState
Implements IEquatable(Of RecordingState)
- Inheritance
-
RecordingState
- Implements
Constructors
RecordingState(String) |
Initializes a new instance of RecordingState. |
Properties
Active |
active. |
Inactive |
inactive. |
Methods
Equals(RecordingState) |
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(RecordingState, RecordingState) |
Determines if two RecordingState values are the same. |
Implicit(String to RecordingState) |
Converts a string to a RecordingState. |
Inequality(RecordingState, RecordingState) |
Determines if two RecordingState values are not the same. |
Applies to
Azure SDK for .NET