Interface IHasServerCallContext
implement this interface on command handler classes in order to access the ServerCallContext
Namespace: FastEndpoints
Assembly: FastEndpoints.Messaging.Remote.dll
Syntax
public interface IHasServerCallContext
Properties
ServerCallContext
Declaration
ServerCallContext ServerCallContext { get; set; }
Property Value
Type | Description |
---|---|
ServerCallContext |