NonSerializableObject.Payload Property |
Gets the payload which couldn't get deserialized.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic ChunkedByteArray Payload { get; }
Public ReadOnly Property Payload As ChunkedByteArray
Get
Property Value
Type:
ChunkedByteArrayThe payload.
See Also