[This is preliminary documentation and is subject to change.]
Gets a Zone instance with custom properties
| C# | Visual Basic | Visual C++ |
IZone GetInstance( string zoneId, string zoneUrl, AgentProperties props )
Function GetInstance ( _ zoneId As String, _ zoneUrl As String, _ props As AgentProperties _ ) As IZone
IZone^ GetInstance ( String^ zoneId, String^ zoneUrl, AgentProperties^ props )
- zoneId (String)
- The zone identifier
- zoneUrl (String)
- The URL of the Zone Integration Server that manages this zone. The format of the URL is specific to the ZIS product and the transport protocol used to communicate with the ZIS
- props (AgentProperties)
- Properties for the factory to use when creating a new Zone object
A new or cached Zone instance