Class ServiceClientHubAccessor
Provides access to ServiceClientHub singleton
Inheritance
System.Object
ServiceClientHubAccessor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky
Assembly: Azos.Sky.dll
Syntax
public static class ServiceClientHubAccessor
Methods
GetServiceClientHub(IApplication)
Provides access to ServiceClientHub singleton instance of the app context
Declaration
public static ServiceClientHub GetServiceClientHub(this IApplication app)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplication | app |
Returns
| Type | Description |
|---|---|
| ServiceClientHub |