Show / Hide Table of Contents

Class YieldOutcome

Inheritance
System.Object
OperationOutcomeBase
YieldOutcome
Inherited Members
OperationOutcomeBase.Equals(Object)
OperationOutcomeBase.GetHashCode()
OperationOutcomeBase.Type
OperationOutcomeBase.Id
OperationOutcomeBase.Outcome
OperationOutcomeBase.FailureReason
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 class YieldOutcome : OperationOutcomeBase

Constructors

YieldOutcome()

Declaration
public YieldOutcome()

Properties

Reason

Declaration
public YieldCompletionReason Reason { get; set; }
Property Value
Type Description
YieldCompletionReason

Methods

Validate()

Declaration
public override void Validate()
Overrides
OperationOutcomeBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX