C# Class Ketchup.Async.Quiet.QuietAdminExtensions

ファイルを表示 Open project: jasonsirota/Ketchup

Public Methods

Method Description
NoOp ( this client, string address, Action error ) : KetchupClient
Quit ( this client, string address, Action error ) : KetchupClient
Version ( this client, string address, Action error ) : KetchupClient

Method Details

NoOp() public static method

public static NoOp ( this client, string address, Action error ) : KetchupClient
client this
address string
error Action
return KetchupClient

Quit() public static method

public static Quit ( this client, string address, Action error ) : KetchupClient
client this
address string
error Action
return KetchupClient

Version() public static method

public static Version ( this client, string address, Action error ) : KetchupClient
client this
address string
error Action
return KetchupClient