Share via


ActorRemotingDispatchHeaders Class

Definition

Specifies the headers that are sent along with a ServiceRemoting message. This class is used with Service Independent Dispatcher ActorServiceRemotingDispatcher .e.g Short-Circuiting (Where client and service are in same process)

public class ActorRemotingDispatchHeaders : Microsoft.ServiceFabric.Services.Remoting.V2.ServiceRemotingDispatchHeaders
type ActorRemotingDispatchHeaders = class
    inherit ServiceRemotingDispatchHeaders
Public Class ActorRemotingDispatchHeaders
Inherits ServiceRemotingDispatchHeaders
Inheritance
ActorRemotingDispatchHeaders

Constructors

ActorRemotingDispatchHeaders()

Properties

ActorId

Gets or sets the ActorId to which remoting request is dispatch to

ActorInterfaceName

Gets or sets the Full Name for the user IActor interface.

CallContext

Gets or sets the call context. This is used to limit re-entrancy in actors. This is an optional header. If not specified . It checks for existing callContext then it appends Guid to it and use it as a callContext for this request. If existing callContext is not present, it assigns random Guid to it.

MethodName

Gets or sets this is the method name to which the request will be sent to.

(Inherited from ServiceRemotingDispatchHeaders)
ServiceInterfaceName

Gets or sets the full name for the user remoting service interface.

(Inherited from ServiceRemotingDispatchHeaders)

Applies to