GigaSpaces XAP.NET Documentation
GetAgentByUID Method (uid)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentIGridServiceAgentsGetAgentByUID(String)
Returns an agent based on its uid.
Declaration Syntax
C#Visual BasicVisual C++J#
IGridServiceAgent GetAgentByUID(
	string uid
)
Function GetAgentByUID ( _
	uid As String _
) As IGridServiceAgent
IGridServiceAgent^ GetAgentByUID(
	String^ uid
)
IGridServiceAgent GetAgentByUID(
	String uid
)
Parameters
uid (String)
Agent's uid.
Return Value
Coresponding IGridServiceAgent.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)