IOperationServiceRegisterExternalOperation Method |
| Name | Description | |
|---|---|---|
| RegisterExternalOperation(String, String, FuncValueTupleByte, String, Int32, Guid, Byte) |
Exposes a custom operation to be available for call by other plugins. The registration is not permanent, it holds true until disposing the return value, or plugin shutdown.
| |
| RegisterExternalOperationTRequest, TResponse(String, String, FuncValueTupleTRequest, String, Int32, Guid, TResponse, SerializationBinder, ISurrogateSelector) |
Exposes a custom operation to be available for call by other plugins. The registration is not permanent, it holds true until disposing the return value, or plugin shutdown.
|