프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IOperationInvoker | IAsyncResult | ||
IOperationInvoker | object | ||
IOperationInvoker | object | ||
IOperationInvoker | object[] |
메소드 | 설명 | |
---|---|---|
PerformanceTraceInvoker ( IOperationInvoker invoker ) : System |
Initializes a new instance of the PerformanceTraceInvoker class.
|
메소드 | 설명 | |
---|---|---|
IOperationInvoker ( object instance, object inputs, AsyncCallback callback, object state ) : IAsyncResult |
An asynchronous implementation of the M:System.ServiceModel.Dispatcher.IOperationInvoker.Invoke(System.Object,System.Object[],System.Object[]@) method.
|
|
IOperationInvoker ( object instance, object &outputs, IAsyncResult result ) : object |
The asynchronous end method.
|
|
IOperationInvoker ( object instance, object inputs, object &outputs ) : object |
Returns an object and a set of output objects from an instance and set of input objects.
|
|
IOperationInvoker ( ) : object[] |
Returns an T:System.Array of parameter objects.
|
public PerformanceTraceInvoker ( IOperationInvoker invoker ) : System | ||
invoker | IOperationInvoker | The invoker. |
리턴 | System |