C# Class Logging.RemoteLogPrxHelper

Inheritance: Ice.ObjectPrxHelperBase, RemoteLogPrx
显示文件 Open project: intel-cornellcup/r2bot Class Usage Examples

Public Properties

Property Type Description
ids__ string[]

Public Methods

Method Description
begin_log ( string name, string time, string msg, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_log ( string name, string time, string msg, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_log ( string name, string time, string msg ) : Ice.AsyncResult
begin_log ( string name, string time, string msg, string>._System ctx__ ) : Ice.AsyncResult
checkedCast ( Ice b ) : RemoteLogPrx
checkedCast ( Ice b, string>._System ctx ) : RemoteLogPrx
checkedCast ( Ice b, string f ) : RemoteLogPrx
checkedCast ( Ice b, string f, string>._System ctx ) : RemoteLogPrx
end_log ( Ice r__ ) : void
ice_staticId ( ) : string
log ( string name, string time, string msg ) : void
log ( string name, string time, string msg, string>._System context__ ) : void
read__ ( IceInternal is__ ) : RemoteLogPrx
uncheckedCast ( Ice b ) : RemoteLogPrx
uncheckedCast ( Ice b, string f ) : RemoteLogPrx
write__ ( IceInternal os__, RemoteLogPrx v__ ) : void

Protected Methods

Method Description
createDelegateD__ ( ) : Ice.ObjectDelD_
createDelegateM__ ( ) : Ice.ObjectDelM_

Private Methods

Method Description
begin_log ( string name, string time, string msg, string>._System ctx__, bool explicitContext__, Ice cb__, object cookie__ ) : Ice.AsyncResult
log ( string name, string time, string msg, string>._System context__, bool explicitContext__ ) : void
log_completed__ ( Logging.Logging cb__ ) : void

Method Details

begin_log() public method

public begin_log ( string name, string time, string msg, Ice cb__, object cookie__ ) : Ice.AsyncResult
name string
time string
msg string
cb__ Ice
cookie__ object
return Ice.AsyncResult

begin_log() public method

public begin_log ( string name, string time, string msg, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
name string
time string
msg string
ctx__ string>._System
cb__ Ice
cookie__ object
return Ice.AsyncResult

begin_log() public method

public begin_log ( string name, string time, string msg ) : Ice.AsyncResult
name string
time string
msg string
return Ice.AsyncResult

begin_log() public method

public begin_log ( string name, string time, string msg, string>._System ctx__ ) : Ice.AsyncResult
name string
time string
msg string
ctx__ string>._System
return Ice.AsyncResult

checkedCast() public static method

public static checkedCast ( Ice b ) : RemoteLogPrx
b Ice
return RemoteLogPrx

checkedCast() public static method

public static checkedCast ( Ice b, string>._System ctx ) : RemoteLogPrx
b Ice
ctx string>._System
return RemoteLogPrx

checkedCast() public static method

public static checkedCast ( Ice b, string f ) : RemoteLogPrx
b Ice
f string
return RemoteLogPrx

checkedCast() public static method

public static checkedCast ( Ice b, string f, string>._System ctx ) : RemoteLogPrx
b Ice
f string
ctx string>._System
return RemoteLogPrx

createDelegateD__() protected method

protected createDelegateD__ ( ) : Ice.ObjectDelD_
return Ice.ObjectDelD_

createDelegateM__() protected method

protected createDelegateM__ ( ) : Ice.ObjectDelM_
return Ice.ObjectDelM_

end_log() public method

public end_log ( Ice r__ ) : void
r__ Ice
return void

ice_staticId() public static method

public static ice_staticId ( ) : string
return string

log() public method

public log ( string name, string time, string msg ) : void
name string
time string
msg string
return void

log() public method

public log ( string name, string time, string msg, string>._System context__ ) : void
name string
time string
msg string
context__ string>._System
return void

read__() public static method

public static read__ ( IceInternal is__ ) : RemoteLogPrx
is__ IceInternal
return RemoteLogPrx

uncheckedCast() public static method

public static uncheckedCast ( Ice b ) : RemoteLogPrx
b Ice
return RemoteLogPrx

uncheckedCast() public static method

public static uncheckedCast ( Ice b, string f ) : RemoteLogPrx
b Ice
f string
return RemoteLogPrx

write__() public static method

public static write__ ( IceInternal os__, RemoteLogPrx v__ ) : void
os__ IceInternal
v__ RemoteLogPrx
return void

Property Details

ids__ public_oe static_oe property

public static string[] ids__
return string[]