Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetAgentFromPlace Method (placeName, tenantName, tenantPassword)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersIStatServerServiceGetAgentFromPlace(String, String, String)
Gets the employee id of the agent that is logged in on the place.
Declaration Syntax
C#Visual BasicVisual C++
string GetAgentFromPlace(
	string placeName,
	string tenantName,
	string tenantPassword
)
Function GetAgentFromPlace ( _
	placeName As String, _
	tenantName As String, _
	tenantPassword As String _
) As String
String^ GetAgentFromPlace(
	String^ placeName, 
	String^ tenantName, 
	String^ tenantPassword
)
Parameters
placeName (String)
The place name.
tenantName (String)
The tenant name that contains the place.
tenantPassword (String)
The password of the tenant that contains the place.
Return Value
The employee id of the agent or an empty string if no one is logged in on the place.

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