次の方法で共有


CollectionOperationsExtensions.ListSessionsAsync メソッド

定義

コレクション内のすべてのセッションの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionSessionListResult> ListSessionsAsync (this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, string collectionName);
static member ListSessionsAsync : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionSessionListResult>
<Extension()>
Public Function ListSessionsAsync (operations As ICollectionOperations, collectionName As String) As Task(Of CollectionSessionListResult)

パラメーター

operations
ICollectionOperations

Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations への参照。

collectionName
String

必須。 セッションが存在する RemoteApp コレクション名。

戻り値

特定のコレクション内のユーザー セッションの一覧。

適用対象