Struct MsgSendInfo
Result of the message write operation
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
public struct MsgSendInfo
Constructors
MsgSendInfo(MsgChannelWriteResult, Nullable<MailboxMsgID>, Int32)
Declaration
public MsgSendInfo(MsgChannelWriteResult writeResult, MailboxMsgID? delivered, int addresseeIdx)
Parameters
Type | Name | Description |
---|---|---|
MsgChannelWriteResult | writeResult | |
System.Nullable<MailboxMsgID> | delivered | |
System.Int32 | addresseeIdx |
Fields
AddresseeIdx
Declaration
public readonly int AddresseeIdx
Field Value
Type | Description |
---|---|
System.Int32 |
Delivered
Declaration
public readonly MailboxMsgID? Delivered
Field Value
Type | Description |
---|---|
System.Nullable<MailboxMsgID> |
WriteResult
Declaration
public readonly MsgChannelWriteResult WriteResult
Field Value
Type | Description |
---|---|
MsgChannelWriteResult |