Click or drag to resize
IAlertsResourceGetDetailsAsStreamAsync Method

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Returns the details of the specified alert.

Namespace: ETradeNet.Accounts.Alerts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
Task<Stream> GetDetailsAsStreamAsync(
	string alertId,
	AccountsParameters parameters
)

Parameters

alertId
Type: SystemString
Numeric alert ID. Required.
parameters
Type: ETradeNet.AccountsAccountsParameters
Common parameters.

Return Value

Type: TaskStream
Response stream (asynchronous task).
Exceptions
ExceptionCondition
HttpRequestExceptionNetwork error.
ArgumentNullExceptionNull argument value (alertId).
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also