SIFWorks ADK 2.0
GetInstance Method (zoneId, zoneUrl, props)
NamespacesEdustructures.SifWorksIZoneFactoryGetInstance(String, String, AgentProperties)

[This is preliminary documentation and is subject to change.]

Gets a Zone instance with custom properties
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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
Return Value
A new or cached Zone instance

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10