ServiceMethodInvoker
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Platforms: .NET Core, .NET Framework, .NET Standard
- Ancestry: MulticastDelegate | ServiceMethodInvoker
Instance Methods
constructor
constructor(object: Object; method: IntPtr)
ServiceMethodInvoker(Object object, IntPtr method)
init(_ object: Object, _ method: IntPtr)
Sub New(object As Object, method As IntPtr)
Parameters:
- object:
- method:
BeginInvoke
method BeginInvoke(service: IROService; message: IMessage; channelInfo: IServerChannelInfo; out responseOptions: ResponseOptions; callback: AsyncCallback; object: Object): IAsyncResult
IAsyncResult BeginInvoke(IROService service, IMessage message, IServerChannelInfo channelInfo, out ResponseOptions responseOptions, AsyncCallback callback, Object object)
func BeginInvoke(_ service: IROService, _ message: IMessage, _ channelInfo: IServerChannelInfo, _ responseOptions: inout ResponseOptions, _ callback: AsyncCallback, _ object: Object) -> IAsyncResult
Function BeginInvoke(service As IROService, message As IMessage, channelInfo As IServerChannelInfo, <OutAttribute> ByRef responseOptions As ResponseOptions, callback As AsyncCallback, object As Object) As IAsyncResult
Parameters:
- service:
- message:
- channelInfo:
- responseOptions:
- callback:
- object:
EndInvoke
method EndInvoke(out responseOptions: ResponseOptions; result: IAsyncResult)
void EndInvoke(out ResponseOptions responseOptions, IAsyncResult result)
func EndInvoke(_ responseOptions: inout ResponseOptions, _ result: IAsyncResult)
Sub EndInvoke(<OutAttribute> ByRef responseOptions As ResponseOptions, result As IAsyncResult)
Parameters:
- responseOptions:
- result:
Invoke
method Invoke(service: IROService; message: IMessage; channelInfo: IServerChannelInfo; out responseOptions: ResponseOptions)
void Invoke(IROService service, IMessage message, IServerChannelInfo channelInfo, out ResponseOptions responseOptions)
func Invoke(_ service: IROService, _ message: IMessage, _ channelInfo: IServerChannelInfo, _ responseOptions: inout ResponseOptions)
Sub Invoke(service As IROService, message As IMessage, channelInfo As IServerChannelInfo, <OutAttribute> ByRef responseOptions As ResponseOptions)
Parameters:
- service:
- message:
- channelInfo:
- responseOptions: