MessagingOptions
class
Namespace: Orleans.Configuration
Specifies global messaging options that are common to client and silo.
public abstract class MessagingOptionsProperties
CancelRequestOnTimeoutWhether request cancellation should be attempted when a request times out.CancelUnknownRequestOnStatusUpdateWhether request cancellation should be attempted when a status update is received for an unknown request.DropExpiredMessagesGets or sets a value indicating whether messages should be dropped once they expire, that is if it was not delivered to the destination before it has timed out on the sender.MaxMessageBodySizeThe maximum size, in bytes, of the body for a message. The runtime will forcibly close the connection if the body size is greater than this value.MaxMessageHeaderSizeThe maximum size, in bytes, of the header for a message. The runtime will forcibly close the connection if the header size is greater than this value.ResponseTimeoutGets or sets the default timeout before a request is assumed to have failed.ResponseTimeoutWithDebuggerGets or sets the effectiveMessagingOptionsvalue to use when a debugger is attached.WaitForCancellationAcknowledgementWhether local calls should be cancelled immediately when cancellation is signaled (false) rather than waiting for callees to acknowledge cancellation before a call is considered cancelled (true).
