Condividi tramite


IActorRemotingMessageHeaders Interface

Definition

Specifies the headers that are sent along with a ServiceRemoting message.

public interface IActorRemotingMessageHeaders : Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageHeader
type IActorRemotingMessageHeaders = interface
    interface IServiceRemotingRequestMessageHeader
Public Interface IActorRemotingMessageHeaders
Implements IServiceRemotingRequestMessageHeader
Implements

Properties

ActorId

Gets or sets the actorId to which remoting request will dispatch to.

CallContext

Gets or sets the call context which is used to limit ren-entrancy in Actors.

InterfaceId

Gets or sets the interface id of the remote interface.

(Inherited from IServiceRemotingRequestMessageHeader)
InvocationId

Gets or sets the identifier for the remote method invocation.

(Inherited from IServiceRemotingRequestMessageHeader)
MethodId

Gets or sets the methodId of the remote method.

(Inherited from IServiceRemotingRequestMessageHeader)
MethodName

Gets or sets the Method Name of the remoting method.

(Inherited from IServiceRemotingRequestMessageHeader)
RequestId

Gets or sets the request id.

(Inherited from IServiceRemotingRequestMessageHeader)

Methods

AddHeader(String, Byte[])

Adds a new header with the specified name and value.

(Inherited from IServiceRemotingRequestMessageHeader)
TryGetHeaderValue(String, Byte[])

Gets the header with the specified name.

(Inherited from IServiceRemotingRequestMessageHeader)

Applies to