Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetPlaceFromAgent Method (agentId, tenantName, tenantPassword)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersIStatServerServiceGetPlaceFromAgent(String, String, String)
Gets the place id where the agent is logged in.
Declaration Syntax
C#Visual BasicVisual C++
string GetPlaceFromAgent(
	string agentId,
	string tenantName,
	string tenantPassword
)
Function GetPlaceFromAgent ( _
	agentId As String, _
	tenantName As String, _
	tenantPassword As String _
) As String
String^ GetPlaceFromAgent(
	String^ agentId, 
	String^ tenantName, 
	String^ tenantPassword
)
Parameters
agentId (String)
The id of the agent.
tenantName (String)
The name of the tenant that contains the agent.
tenantPassword (String)
The password of the tenant that contains the place.
Return Value
The place id where the agent is logged in.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)