DynamicHubClients.Client(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 the specified connection.
public:
System::Object ^ Client(System::String ^ connectionId);
public dynamic Client (string connectionId);
member this.Client : string -> obj
Public Function Client (connectionId As String) As Object
Parameters
- connectionId
- String
The connection ID.
Returns
An object that can be used to invoke methods.