ActorEventProxy Class
Definition
Provides the base implementation for the proxy to invoke methods on actor event subscribers.
public abstract class ActorEventProxy : Microsoft.ServiceFabric.Services.Remoting.Builder.ProxyBase
type ActorEventProxy = class
inherit ProxyBase
Public MustInherit Class ActorEventProxy
Inherits ProxyBase
- Inheritance
Constructors
ActorEventProxy() |
Initializes a new instance of the ActorEventProxy class. |
Methods
ContinueWith(Task<Object>) |
Called by the generated proxy class to continue after getting the response body that does not have value. (Inherited from ProxyBase) |
ContinueWithResult<TRetval>(Int32, Int32, Task<Object>) |
Called by the generated proxy class to get the result from the response body. (Inherited from ProxyBase) |
ContinueWithResultV2<TRetval>(Task<IServiceRemotingResponseMessageBody>) |
Called by the generated proxy class to get the result from the response body. (Inherited from ProxyBase) |
CreateRequestMessageBodyV2(String, String, Int32) | |
GetReturnValue(Int32, Int32, Object) |
Implemented by the derived class to type cast the response body and extract the value from it. (Inherited from ProxyBase) |
Invoke(Int32, Int32, Object) |
Called by the generated proxy class to send the message to the remote object. (Inherited from ProxyBase) |
InvokeAsync(Int32, Int32, Object, CancellationToken) |
Called by the generated proxy class to send the request to the remote object and get the response back. (Inherited from ProxyBase) |
InvokeAsyncV2(Int32, Int32, IServiceRemotingRequestMessageBody, CancellationToken) |
Called by the generated proxy class to send the request to the remote object and get the response back. (Inherited from ProxyBase) |
InvokeV2(Int32, Int32, IServiceRemotingRequestMessageBody) |
Called by the generated proxy class to send the requestMessage to the remote object. (Inherited from ProxyBase) |