Click or drag to resize

PreparedMessage Methods

The PreparedMessage type exposes the following members.

Methods
 NameDescription
Public methodDispose Releases resources assigned to instance
Protected methodDispose(Boolean) 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Finalizer
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSet(Int32, Byte)Copies passed value to the message
Public methodSet(Int32, Decimal)Copies passed value to the message
Public methodSet(Int32, Int32)Copies passed value to the message
Public methodSet(Int32, Int64)Copies passed value to the message
Public methodSet(Int32, String)Copies passed value to the message
Public methodSet(Int32, UInt32)Copies passed value to the message
Public methodSet(Int32, UInt64)Copies passed value to the message
Public methodSetAsTimestamp(Int32, DateTime)Copies passed value to the message
Public methodSetAsTimestamp(Int32, DateTime, TimeFlags)Copies passed value to the message
Public methodSetAsTZTimestamp(Int32, DateTimeOffset)Copies passed value to the message
Public methodSetAsTZTimestamp(Int32, DateTimeOffset, TimeFlags)Copies passed value to the message
Public methodSetLastMsgSeqNumProcessedUpdates LastMsgSeqNumProcessed value
Public methodSetMsgSeqNumUpdates MsgSeqNum value
Public methodSetSendingTimeUpdates SendingTime value
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateCheckSumRecalculate checksum
Top
See Also