ResponseMsg MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ResponseMsg type exposes the following members.
Constructors

  NameDescription
Public methodResponseMsg(FID, Object)
Initializes a new instance of the ResponseMsg class
Public methodResponseMsg(FID, Nullable Guid , Object)
Initializes a new instance of the ResponseMsg class
Public methodResponseMsg(ResponseMsg, Object, Boolean, Boolean)
This .ctor is handy for message inspectors. Creates a substitute message for the original one with new value. Binding-specific context is cloned and headers/correlation data are cloned conditionaly
Back to Top
Methods

  NameDescription
Public method__SetArrivalTimeStampTicks
Framework method not for developers. Sets arrival ticks stamp. Usually called from transport
(Inherited from Msg.)
Public method__SetBindingSpecificContext(Object)
Internal method not to be called by app developers. Called from custom bindings to inject binding-specific context
(Inherited from Msg.)
Public method__SetBindingSpecificContext(Msg)
Internal method not to be called by app developers. Called from custom bindings to inject binding-specific context
(Inherited from Msg.)
Public methodCloneState
Clones message state from another message instance. State includes binding-specific context and optionally headers and correlation data
(Inherited from Msg.)
Public methodOnlineEquals
Determines whether the specified object is equal to the current object.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as the default hash function.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString (Inherited from Msg.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsBool (Defined by ObjectValueConversion.)
Public Extension MethodAsByte (Defined by ObjectValueConversion.)
Public Extension MethodAsChar (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime(DateTime, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID(GDID, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol(GDIDSymbol, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsInt (Defined by ObjectValueConversion.)
Public Extension MethodAsJSONConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLaconicConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNonNullOrEmptyString (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableBool (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableChar (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDateTime (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDIDSymbol (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableShort (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableTimeSpan (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableULong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsShort (Defined by ObjectValueConversion.)
Public Extension MethodAsString (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan(TimeSpan, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsULong (Defined by ObjectValueConversion.)
Public Extension MethodAsUri (Defined by ObjectValueConversion.)
Public Extension MethodAsUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsXMLConfig (Defined by ObjectValueConversion.)
Public Extension MethodToErlObject Overloaded.
Try to convert .NET native object type to corresponding Erlang term. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToErlObject(ErlTypeOrder, Boolean)Overloaded.
Try to convert .NET native object type to corresponding Erlang term of given type. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToJSON(JSONWritingOptions)Overloaded.
Serializes object into JSON string
(Defined by JSONExtensions.)
Public Extension MethodToJSON(TextWriter, JSONWritingOptions)Overloaded.
Serializes object into JSON format using provided TextWriter
(Defined by JSONExtensions.)
Public Extension MethodToJSON(Stream, JSONWritingOptions, Encoding)Overloaded.
Serializes object into JSON format using provided stream and optional encoding
(Defined by JSONExtensions.)
Back to Top
Fields

  NameDescription
Protected fieldm_Headers (Inherited from Msg.)
Protected fieldm_ID (Inherited from Msg.)
Back to Top
Properties

  NameDescription
Public propertyArrivalTimeStamp
Returns arrival timestamp expressed in ticks, that is - when message just arrived before its processing started by Glue (before deserialization). This property allows for glue-internal latency assessment
(Inherited from Msg.)
Public propertyBindingSpecificContext
Returns a binding-specific context object which is used for message processing/routing by binding. This property value is not serialized and used internally by Glue framework. Not all bindings use/need this property
(Inherited from Msg.)
Public propertyCorrelationData
Arbitrary named object collection that can be used to correlate messages and/or attach extra data. This field is NOT transmitted over wire nor is it used by the framework. Message inspectors may use this property at their own discretion, for example in cases when the same inspector type is registered on multiple levels (endpoint, binding, glue), inspectors may check this property to execute only once per message. The collection is lazily allocated at the first reference attempt
(Inherited from Msg.)
Public propertyExceptionData
Returns remote exception data if any
Public propertyHasCorrelationData
Returns true when this message contains header data
(Inherited from Msg.)
Public propertyHasHeaders
Returns true when this message contains header data
(Inherited from Msg.)
Public propertyHeaders
Returns a list of headers that this message contains
(Inherited from Msg.)
Public propertyID
Returns a unique ID for this message
(Inherited from Msg.)
Public propertyOK
Returns true when reponse does not contain remote server exception which is represented by WrappedExceptionData
Public propertyRemoteInstance
For stateful servers returns instance ID
Public propertyRequestID
Returns request ID this response is for
(Overrides Msg RequestID.)
Public propertyReturnValue
Returns return value of the called method. Note: out and ref params are not supported
Back to Top
See Also