프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Capabilities |
메소드 | 설명 | |
---|---|---|
AllocateInputs ( ) : object[] |
Returns an
|
|
Invoke ( object instance, object inputs, object &outputs ) : object |
Returns an object and a set of output objects from an instance and set of input objects.
|
|
InvokeBegin ( object instance, object inputs, AsyncCallback callback, object state ) : IAsyncResult | ||
InvokeEnd ( object instance, object &outputs, IAsyncResult result ) : object |
메소드 | 설명 | |
---|---|---|
AmfOperationInvoker ( |
Constructor.
|
protected AmfOperationInvoker ( |
||
capabilities | Endpoint capabilities. | |
리턴 | System |
public abstract Invoke ( object instance, object inputs, object &outputs ) : object | ||
instance | object | The object to be invoked. |
inputs | object | The inputs to the method. |
outputs | object | The outputs from the method. |
리턴 | object |
public InvokeBegin ( object instance, object inputs, AsyncCallback callback, object state ) : IAsyncResult | ||
instance | object | |
inputs | object | |
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public InvokeEnd ( object instance, object &outputs, IAsyncResult result ) : object | ||
instance | object | |
outputs | object | |
result | IAsyncResult | |
리턴 | object |