Show / Hide Table of Contents

Class Operation

The type Operation.

Inheritance
System.Object
Entity
Operation
CancelMediaProcessingOperation
ConfigureMixerOperation
InviteParticipantsOperation
MuteParticipantOperation
MuteParticipantsOperation
PlayPromptOperation
RecognizeOperation
RecordOperation
SubscribeToToneOperation
SubscribeVideoOperation
UnmuteParticipantOperation
UnmuteParticipantsOperation
UpdateMetadataOperation
Inherited Members
Entity.Id
Entity.AdditionalData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class Operation : Entity

Constructors

View Source

Operation()

Initializes a new instance of the Operation class.

Declaration
protected Operation()

Properties

View Source

ClientContext

Gets or sets client context.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "clientContext", Required = Required.Default)]
public string ClientContext { get; set; }
Property Value
Type Description
System.String
View Source

ErrorInfo

Gets or sets error info.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "errorInfo", Required = Required.Default)]
public ResultInfo ErrorInfo { get; set; }
Property Value
Type Description
ResultInfo
View Source

Status

Gets or sets status.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "status", Required = Required.Default)]
public OperationStatus? Status { get; set; }
Property Value
Type Description
System.Nullable<OperationStatus>
  • View Source
Back to top Generated by DocFX