C# Class HareDu.HareDuClientBehaviorImpl

Inheritance: HareDuClientBehavior
Mostra file Open project: ahives/HareDu Class Usage Examples

Public Methods

Method Description
ConnectTo ( string hostUrl ) : void
EnableLogging ( Action logger ) : void
TimeoutAfter ( System.TimeSpan timeout ) : void

Method Details

ConnectTo() public method

public ConnectTo ( string hostUrl ) : void
hostUrl string
return void

EnableLogging() public method

public EnableLogging ( Action logger ) : void
logger Action
return void

TimeoutAfter() public method

public TimeoutAfter ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void