FileContainerHttpClient.QueryContainerItemsAsync Method
Namespace: Microsoft.VisualStudio.Services.FileContainer.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function QueryContainerItemsAsync ( _
containerId As Long, _
itemPath As String, _
userState As Object _
) As Task(Of List(Of FileContainerItem))
public Task<List<FileContainerItem>> QueryContainerItemsAsync(
long containerId,
string itemPath,
Object userState
)
public:
Task<List<FileContainerItem^>^>^ QueryContainerItemsAsync(
long long containerId,
String^ itemPath,
Object^ userState
)
member QueryContainerItemsAsync :
containerId:int64 *
itemPath:string *
userState:Object -> Task<List<FileContainerItem>>
public function QueryContainerItemsAsync(
containerId : long,
itemPath : String,
userState : Object
) : Task<List<FileContainerItem>>
Parameters
- containerId
Type: System.Int64
- itemPath
Type: System.String
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<List<FileContainerItem>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Services.FileContainer.Client Namespace