Repository.Get Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
<WebMethodAttribute> _
Public Function Get ( _
workspaceName As String, _
ownerName As String, _
requests As GetRequest(), _
force As Boolean, _
noGet As Boolean, _
maxResults As Integer, _
options As Integer _
) As List(Of StreamingCollection(Of GetOperation))
[WebMethodAttribute]
public List<StreamingCollection<GetOperation>> Get(
string workspaceName,
string ownerName,
GetRequest[] requests,
bool force,
bool noGet,
int maxResults,
int options
)
[WebMethodAttribute]
public:
List<StreamingCollection<GetOperation^>^>^ Get(
String^ workspaceName,
String^ ownerName,
array<GetRequest^>^ requests,
bool force,
bool noGet,
int maxResults,
int options
)
[<WebMethodAttribute>]
member Get :
workspaceName:string *
ownerName:string *
requests:GetRequest[] *
force:bool *
noGet:bool *
maxResults:int *
options:int -> List<StreamingCollection<GetOperation>>
public function Get(
workspaceName : String,
ownerName : String,
requests : GetRequest[],
force : boolean,
noGet : boolean,
maxResults : int,
options : int
) : List<StreamingCollection<GetOperation>>
Parameters
- workspaceName
Type: System.String
- ownerName
Type: System.String
- requests
Type: array<Microsoft.TeamFoundation.VersionControl.Server.GetRequest[]
- force
Type: System.Boolean
- noGet
Type: System.Boolean
- maxResults
Type: System.Int32
- options
Type: System.Int32
Return Value
Type: System.Collections.Generic.List<StreamingCollection<GetOperation>>
.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.