C# Class Microsoft.ProjectOxford.Common.Contract.VideoOperationResult

Mostra file Open project: Microsoft/ProjectOxford-ClientSDK Class Usage Examples

Public Methods

Method Description
VideoOperationResult ( ) : System

Protected Methods

Method Description
VideoOperationResult ( VideoOperationResult other ) : System

Protected copy constructor

Method Details

VideoOperationResult() public method

public VideoOperationResult ( ) : System
return System

VideoOperationResult() protected method

Protected copy constructor
protected VideoOperationResult ( VideoOperationResult other ) : System
other VideoOperationResult Result from which to copy.
return System