C# Class HareDu.HareDuClientBehaviorImpl

Inheritance: HareDuClientBehavior
Afficher le fichier Open project: ahives/HareDu Class Usage Examples

Méthodes publiques

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

Method Details

ConnectTo() public méthode

public ConnectTo ( string hostUrl ) : void
hostUrl string
Résultat void

EnableLogging() public méthode

public EnableLogging ( Action logger ) : void
logger Action
Résultat void

TimeoutAfter() public méthode

public TimeoutAfter ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
Résultat void