Show / Hide Table of Contents

Class OperationOutcomeBase

Inheritance
System.Object
OperationOutcomeBase
AnswerAppHostedMediaOutcome
AnswerOutcome
HangupOutcome
JoinCallAppHostedMediaOutcome
MixerConfigurationOutcome
ParticipantLegMetadataConfigurationOutcome
PlaceCallAppHostedMediaOutcome
PlaceCallOutcome
PlayOutcome
PlayPromptOutcome
RecognizeOutcome
RecordOutcome
RouteCallOutcome
TransferOutcome
UpdateParticipantsOutcome
VideoSubscriptionOutcome
WorkflowValidationOutcome
YieldOutcome
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public abstract class OperationOutcomeBase

Constructors

OperationOutcomeBase()

Declaration
protected OperationOutcomeBase()

Properties

FailureReason

Declaration
public string FailureReason { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Outcome

Declaration
public Outcome Outcome { get; set; }
Property Value
Type Description
Outcome

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Validate()

Declaration
public virtual void Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX