NNovInteropMarshaller Class Members
In This Topic
The following tables list the members exposed by NNovInteropMarshaller.
Public Methods
| Name | Description |
| GetFunctionIndex | Overridden. Overriden to get the function index from the function map |
| Invoke<ICpb> | Overridden. Performs an interop call and returns the result of the specified type. Throws an exception, if an error occurs. |
| InvokeAsync<jCpb> | Overridden. Overriden to invoke an async function on a Web API server |
| InvokeBatch | Overridden. Performs an interop batch operation. Throws an exception, if an error occurs. |
| InvokeBatchAsync | Overridden. Overriden to invoke an async batch on a Web API server |
Top
See Also