 | JsonRpcServiceHostBuilderServiceFactory Property |
[This is preliminary documentation and is subject to change.]
The factory that creates the JSON RPC service instances to handle the requests.
Namespace:
JsonRpc.Server
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic IServiceFactory ServiceFactory { get; set; }
Public Property ServiceFactory As IServiceFactory
Get
Set
Dim instance As JsonRpcServiceHostBuilder
Dim value As IServiceFactory
value = instance.ServiceFactory
instance.ServiceFactory = value
public:
property IServiceFactory^ ServiceFactory {
IServiceFactory^ get ();
void set (IServiceFactory^ value);
}
member ServiceFactory : IServiceFactory with get, set
Property Value
Type:
IServiceFactory
See Also