| 
            
              ClientBaseCreate Method
             | 
          
        
        
            Create a communications client
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
SyntaxPublic Shared Function Create ( 
	connectionString As String
) As IClient
GSF.Communication.ClientBase.Create = function(connectionString);
 View SourceParameters
- connectionString  String
 - Connection string for the client.
 
Return Value
IClientA communications client.
Remarks
            Note that typical connection string should be prefixed with a "protocol=tcp", "protocol=udp", "protocol=serial" or "protocol=file"
            
See Also