TestScenario.ReportProgress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET