Show / Hide Table of Contents

Class AsyncOperationResult

Inheritance
System.Object
AsyncOperationResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class AsyncOperationResult

Constructors

AsyncOperationResult()

Declaration
public AsyncOperationResult()

Properties

Id

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

Outcome

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

Methods

Validate()

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