C# Class System.Threading.AsyncFlowControl

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Equals ( AsyncFlowControl obj ) : bool
Equals ( Object obj ) : bool
GetHashCode ( ) : int
Undo ( ) : void
operator ( ) : bool

Private Methods

Method Description
IDisposable ( ) : void
Setup ( ) : void
Setup ( SecurityContextDisableFlow flags ) : void

Method Details

Equals() public method

public Equals ( AsyncFlowControl obj ) : bool
obj AsyncFlowControl
return bool

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Undo() public method

public Undo ( ) : void
return void

operator() public static method

public static operator ( ) : bool
return bool