C# Class Tce.RpcPromise

Mostrar archivo Open project: adoggie/TCE Class Usage Examples

Public Methods

Method Description
RpcPromise ( ) : System.Collections.Generic
again ( RpcAsyncContext ctx ) : void
end ( ) : RpcPromise
error ( OnNext error ) : RpcPromise
final ( OnNext next ) : RpcPromise
join ( RpcPromise promise ) : void
onError ( RpcAsyncContext ctx ) : void
onNext ( RpcAsyncContext ctx, RpcPromise from = null ) : void
then ( OnNext succ ) : RpcPromise

Private Methods

Method Description
onFinally ( RpcAsyncContext ctx ) : void

Method Details

RpcPromise() public method

public RpcPromise ( ) : System.Collections.Generic
return System.Collections.Generic

again() public method

public again ( RpcAsyncContext ctx ) : void
ctx RpcAsyncContext
return void

end() public method

public end ( ) : RpcPromise
return RpcPromise

error() public method

public error ( OnNext error ) : RpcPromise
error OnNext
return RpcPromise

final() public method

public final ( OnNext next ) : RpcPromise
next OnNext
return RpcPromise

join() public method

public join ( RpcPromise promise ) : void
promise RpcPromise
return void

onError() public method

public onError ( RpcAsyncContext ctx ) : void
ctx RpcAsyncContext
return void

onNext() public method

public onNext ( RpcAsyncContext ctx, RpcPromise from = null ) : void
ctx RpcAsyncContext
from RpcPromise
return void

then() public method

public then ( OnNext succ ) : RpcPromise
succ OnNext
return RpcPromise