 | StockServiceGetQueuedStockChanges2 Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public GetQueuedStockChangesResult GetQueuedStockChanges2(
string apiKey
)
<WebMethodAttribute>
Public Function GetQueuedStockChanges2 (
apiKey As String
) As GetQueuedStockChangesResult
public:
[WebMethodAttribute]
GetQueuedStockChangesResult^ GetQueuedStockChanges2(
String^ apiKey
)
[<WebMethodAttribute>]
member GetQueuedStockChanges2 :
apiKey : string -> GetQueuedStockChangesResult
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
GetQueuedStockChangesResult
See Also