PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Namespace: Smartsite.ManagementInformation.Server
Assembly: Smartsite.ManagementInformation (in Smartsite.ManagementInformation.dll)
Syntax
C# | Copy Code |
---|---|
[(Action = "http://smartsite.nl/smi/2.0/HitService/SetDailyQueryValue", ReplyAction = "http://smartsite.nl/smi/2.0/HitService/SetDailyQueryValueResponse")] void SetDailyQueryValue( string siteName, string queryId, long value ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<(Action := "http://smartsite.nl/smi/2.0/HitService/SetDailyQueryValue", _ ReplyAction := "http://smartsite.nl/smi/2.0/HitService/SetDailyQueryValueResponse")> _ Sub SetDailyQueryValue ( _ siteName As , _ queryId As , _ value As Long _ ) |
Parameters
- siteName
- String
- queryId
- String
- value
- Int64
See Also
HitService Interface
Smartsite.ManagementInformation.Server Namespace