Class PhotonRequest
[Serializable]
public abstract class PhotonRequest : Photon, IPhotonRequest, IPhoton
- Inheritance
-
objectFiberMsgPhotonRequest
- Implements
- Derived
- Inherited Members
Fields
KeyBase
protected const int KeyBase = 5
Field Value
KeyCount
protected const int KeyCount = 5
Field Value
Properties
ActionName
[Key(9)]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string? ActionName { get; set; }
Property Value
ModuleName
[Key(7)]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string? ModuleName { get; set; }
Property Value
OperationID
[Key(8)]
public string? OperationID { get; set; }
Property Value
RoutingKey
[Key(5)]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string? RoutingKey { get; set; }
Property Value
ServiceName
[Key(6)]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string? ServiceName { get; set; }
Property Value
Methods
Reset()
public override void Reset()