TestScenario.ReportProgress Method

Definition

Overloads

ReportProgress(String)

This API supports the Service Fabric platform and is not meant to be called from your code

ReportProgress(String, Object[])

This API supports the Service Fabric platform and is not meant to be called from your code

ReportProgress(String)

This API supports the Service Fabric platform and is not meant to be called from your code

protected void ReportProgress (string progressReport);
member this.ReportProgress : string -> unit
Protected Sub ReportProgress (progressReport As String)

Parameters

progressReport
String

This API supports the Service Fabric platform and is not meant to be called from your code

Applies to

ReportProgress(String, Object[])

This API supports the Service Fabric platform and is not meant to be called from your code

protected void ReportProgress (string format, params object[] args);
member this.ReportProgress : string * obj[] -> unit
Protected Sub ReportProgress (format As String, ParamArray args As Object())

Parameters

format
String

This API supports the Service Fabric platform and is not meant to be called from your code

args
Object[]

This API supports the Service Fabric platform and is not meant to be called from your code

Applies to