ISharedObjectRegistry Interface
Signature
export interface ISharedObjectRegistry
Methods
Method | Return Type | Description |
---|---|---|
get(name) | IChannelFactory | undefined |
Method Details
get
Signature
get(name: string): IChannelFactory | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
name | string |
Returns
Return type: IChannelFactory | undefined