Click or drag to resize

IOperationServiceRegisterExternalOperation Method

Overload List
  NameDescription
Public methodRegisterExternalOperation(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.
Public methodRegisterExternalOperationTRequest, 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.
Top
See Also