Click or drag to resize

RestClientBaseFireProgressChanged Method

Fire that progress has changed

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
protected void FireProgressChanged(
	string state,
	float progress
)

Parameters

state
Type: SystemString

[Missing <param name="state"/> documentation for "M:SanteDB.Core.Http.RestClientBase.FireProgressChanged(System.String,System.Single)"]

progress
Type: SystemSingle

[Missing <param name="progress"/> documentation for "M:SanteDB.Core.Http.RestClientBase.FireProgressChanged(System.String,System.Single)"]

See Also