次の方法で共有


EntityNameHelper.FormatSubQueuePath(String, String) メソッド

定義

キューまたはサブスクリプションのサブキュー パスを書式設定します。

public static string FormatSubQueuePath (string entityPath, string subQueueName);
static member FormatSubQueuePath : string * string -> string
Public Shared Function FormatSubQueuePath (entityPath As String, subQueueName As String) As String

パラメーター

entityPath
String

キューの名前、またはサブスクリプションのパス。

subQueueName
String

戻り値

サブキュー エンティティの文字列としてのパス。

適用対象