Repository.PendChanges Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function PendChanges ( _
workspaceName As String, _
ownerName As String, _
changes As ChangeRequest(), _
pendChangesOptions As Integer, _
supportedFeatures As Integer, _
<OutAttribute> ByRef failures As List(Of Failure) _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> PendChanges(
string workspaceName,
string ownerName,
ChangeRequest[] changes,
int pendChangesOptions,
int supportedFeatures,
out List<Failure> failures
)
[WebMethodAttribute]
public:
StreamingCollection<GetOperation^>^ PendChanges(
String^ workspaceName,
String^ ownerName,
array<ChangeRequest^>^ changes,
int pendChangesOptions,
int supportedFeatures,
[OutAttribute] List<Failure^>^% failures
)
[<WebMethodAttribute>]
member PendChanges :
workspaceName:string *
ownerName:string *
changes:ChangeRequest[] *
pendChangesOptions:int *
supportedFeatures:int *
failures:List<Failure> byref -> StreamingCollection<GetOperation>
public function PendChanges(
workspaceName : String,
ownerName : String,
changes : ChangeRequest[],
pendChangesOptions : int,
supportedFeatures : int,
failures : List<Failure>
) : StreamingCollection<GetOperation>
Parameters
- workspaceName
Type: System.String
- ownerName
Type: System.String
- changes
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ChangeRequest[]
- pendChangesOptions
Type: System.Int32
- supportedFeatures
Type: System.Int32
- failures
Type: System.Collections.Generic.List<Failure>%
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.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.