HttpSysOptions.RequestQueueName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Http.Sys要求佇列的名稱 預設值為 null
(匿名佇列) 。
public:
property System::String ^ RequestQueueName { System::String ^ get(); void set(System::String ^ value); };
public string RequestQueueName { get; set; }
public string? RequestQueueName { get; set; }
member this.RequestQueueName : string with get, set
Public Property RequestQueueName As String