EBoksReceiverMaxMessageReceptionBundleSize Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.EBoks.EBoksReceiver.MaxMessageReceptionBundleSize"]
Namespace: WorkZone.Dispatcher.EBoksAssembly: WorkZone.Dispatcher.EBoks_24.5.0.0 (in WorkZone.Dispatcher.EBoks_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic int? MaxMessageReceptionBundleSize { get; set; }
Public Property MaxMessageReceptionBundleSize As Integer?
Get
Set
public:
property Nullable<int> MaxMessageReceptionBundleSize {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxMessageReceptionBundleSize : Nullable<int> with get, set
Property Value
NullableInt32
See Also