Table of Contents

Class PhotonRequest

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.dll
[Serializable]
public abstract class PhotonRequest : Photon, IPhotonRequest, IPhoton
Inheritance
object
FiberMsg
PhotonRequest
Implements
Derived
Inherited Members

Fields

KeyBase

protected const int KeyBase = 5

Field Value

int

KeyCount

protected const int KeyCount = 5

Field Value

int

Properties

ActionName

[Key(9)]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string? ActionName { get; set; }

Property Value

string

ModuleName

[Key(7)]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string? ModuleName { get; set; }

Property Value

string

OperationID

[Key(8)]
public string? OperationID { get; set; }

Property Value

string

RoutingKey

[Key(5)]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string? RoutingKey { get; set; }

Property Value

string

ServiceName

[Key(6)]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string? ServiceName { get; set; }

Property Value

string

Methods

Reset()

public override void Reset()