CloudTask.StageFiles メソッド

定義

一覧に一覧表示されているファイルをステージします FilesToStage

public System.Collections.Concurrent.ConcurrentDictionary<Type,Microsoft.Azure.Batch.IFileStagingArtifact> StageFiles ();
member this.StageFiles : unit -> System.Collections.Concurrent.ConcurrentDictionary<Type, Microsoft.Azure.Batch.IFileStagingArtifact>
Public Function StageFiles () As ConcurrentDictionary(Of Type, IFileStagingArtifact)

戻り値

ファイル ステージング プロセスに関する情報のコレクション。 詳細については、「IFileStagingArtifact」を参照してください。

注釈

これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください StageFilesAsync(ConcurrentDictionary<Type,IFileStagingArtifact>)

適用対象