Edit

AsyncRefOperationProgressNotification(Int32, String, Double) Constructor

Definition

public AsyncRefOperationProgressNotification(int operationId, string commitId, double progress);
new Microsoft.TeamFoundation.SourceControl.WebApi.AsyncRefOperationProgressNotification : int * string * double -> Microsoft.TeamFoundation.SourceControl.WebApi.AsyncRefOperationProgressNotification
Public Sub New (operationId As Integer, commitId As String, progress As Double)

Parameters

operationId
Int32
commitId
String
progress
Double

Applies to