| Package | net.guttershark.support.servicemanager.remoting |
| Class | public final class RemotingCall |
| Inheritance | RemotingCall BaseCall |
| Method | Defined by | ||
|---|---|---|---|
|
RemotingCall(rs:RemotingService, callProps:Object)
Constructor for RemotingCall instances.
| RemotingCall | ||
|
dispose():void
Dispose of this RemotingCall.
| RemotingCall | ||
|
execute():void
Execute this call.
| RemotingCall | ||
| RemotingCall | () | constructor |
public function RemotingCall(rs:RemotingService, callProps:Object)Constructor for RemotingCall instances.
Parametersrs:RemotingService — The RemotingService this call is going to.
|
|
callProps:Object — The callproperties to use for this call.
|
| dispose | () | method |
public override function dispose():voidDispose of this RemotingCall.
| execute | () | method |
public override function execute():voidExecute this call.