Click or drag to resize

ExternalConnectionBaseRefreshAccount Method

Refresh the account

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public virtual Task RefreshAccount(
	Account account
)

Parameters

account
Type: SharpCharts.Base.OrderAccount
Account for which the balances are to be refreshed

Return Value

Type: Task
See Also