Show / Hide Table of Contents

Class AsyncOperation

Inheritance
System.Object
AsyncOperation
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 AsyncOperation

Constructors

AsyncOperation()

Declaration
public AsyncOperation()

Properties

Action

Declaration
public ActionBase Action { get; set; }
Property Value
Type Description
ActionBase

Links

Declaration
public AsyncOperationLink Links { get; set; }
Property Value
Type Description
AsyncOperationLink

Methods

Validate()

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