ข้ามไปยังเนื้อหา

Class InMemoryTransportOptions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Behaviors.Messaging.Options
Assembly: Cephalon.Behaviors.Messaging.dll

Configuration options for the in-memory messaging transport binding.

public sealed class InMemoryTransportOptions

objectInMemoryTransportOptions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Gets or sets the maximum number of messages buffered before backpressure is applied. Default: 1000.

public int Capacity { get; set; }

int