DynamicHubClients.User(String) 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.
Gets an object that can be used to invoke methods on all connections associated with the specified user.
public:
 System::Object ^ User(System::String ^ userId);
	public dynamic User(string userId);
	member this.User : string -> obj
	Public Function User (userId As String) As Object
	Parameters
- userId
 - String
 
The user ID.
Returns
An object that can be used to invoke methods.