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/ProcessHit", ReplyAction = "http://smartsite.nl/smi/2.0/HitService/ProcessHitResponse")] void ProcessHit( string siteName, hit ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<(Action := "http://smartsite.nl/smi/2.0/HitService/ProcessHit", _ ReplyAction := "http://smartsite.nl/smi/2.0/HitService/ProcessHitResponse")> _ Sub ProcessHit ( _ siteName As , _ hit As _ ) |
Parameters
- siteName
- String
- hit
- HitDetails
See Also
HitService Interface
Smartsite.ManagementInformation.Server Namespace