Hub<T>.Clients Property
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 or sets a T
that can be used to invoke methods on the clients connected to this hub.
public:
property Microsoft::AspNetCore::SignalR::IHubCallerClients<T> ^ Clients { Microsoft::AspNetCore::SignalR::IHubCallerClients<T> ^ get(); void set(Microsoft::AspNetCore::SignalR::IHubCallerClients<T> ^ value); };
public Microsoft.AspNetCore.SignalR.IHubCallerClients<T> Clients { get; set; }
member this.Clients : Microsoft.AspNetCore.SignalR.IHubCallerClients<'T (requires 'T : null)> with get, set
Public Property Clients As IHubCallerClients(Of T)