IAgentStateService.GetAgentId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetAgentId() |
Gets the logged in agent's ID. |
GetAgentId(String) |
Gets the logged in agent's ID. |
GetAgentId()
Gets the logged in agent's ID.
public:
Guid GetAgentId();
public Guid GetAgentId ();
abstract member GetAgentId : unit -> Guid
Public Function GetAgentId () As Guid
Returns
The logged in agent's ID.
Applies to
GetAgentId(String)
Gets the logged in agent's ID.
public:
Guid GetAgentId(System::String ^ phoneNumber);
public Guid GetAgentId (string phoneNumber);
abstract member GetAgentId : string -> Guid
Public Function GetAgentId (phoneNumber As String) As Guid
Parameters
- phoneNumber
- String
Specifies the phone number.
Returns
The logged in agent's ID.