TfvcHttpClient.GetShelvesetChanges Method
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Function GetShelvesetChanges ( _
shelvesetId As String, _
top As Nullable(Of Integer), _
skip As Nullable(Of Integer), _
userState As Object _
) As Task(Of IEnumerable(Of TfvcChange))
public Task<IEnumerable<TfvcChange>> GetShelvesetChanges(
string shelvesetId,
Nullable<int> top,
Nullable<int> skip,
Object userState
)
public:
Task<IEnumerable<TfvcChange^>^>^ GetShelvesetChanges(
String^ shelvesetId,
Nullable<int> top,
Nullable<int> skip,
Object^ userState
)
member GetShelvesetChanges :
shelvesetId:string *
top:Nullable<int> *
skip:Nullable<int> *
userState:Object -> Task<IEnumerable<TfvcChange>>
public function GetShelvesetChanges(
shelvesetId : String,
top : Nullable<int>,
skip : Nullable<int>,
userState : Object
) : Task<IEnumerable<TfvcChange>>
Parameters
- shelvesetId
Type: System.String
- top
Type: System.Nullable<Int32>
- skip
Type: System.Nullable<Int32>
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<IEnumerable<TfvcChange>>
.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.