C# Class Illumina.TerminalVelocity.LargeFileDownloadCompletedEventArgs

Inheritance: System.ComponentModel.AsyncCompletedEventArgs
显示文件 Open project: basespace/TerminalVelocity

Public Methods

Method Description
LargeFileDownloadCompletedEventArgs ( Exception error, bool cancelled, object userState ) : System

Method Details

LargeFileDownloadCompletedEventArgs() public method

public LargeFileDownloadCompletedEventArgs ( Exception error, bool cancelled, object userState ) : System
error System.Exception
cancelled bool
userState object
return System