public bool TryGetClient( Guid clientID, out TransportProvider<EndPoint> udpClient )
Public Function TryGetClient ( clientID As Guid, <OutAttribute> ByRef udpClient As TransportProvider(Of EndPoint) ) As Boolean
public: bool TryGetClient( Guid clientID, [OutAttribute] TransportProvider<EndPoint^>^% udpClient )
member TryGetClient : clientID : Guid * udpClient : TransportProvider<EndPoint> byref -> bool
function TryGetClient(clientID, udpClient);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.