IServiceFactory Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

When implemented, defines an object that can be used to create well-known objects over the remoting infrarstructure using an Uri that describes the protocol and object description

Namespace: ContentStudio.Api.Extensions
Assembly: ContentStudio.Api.Extensions (in ContentStudio.Api.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IServiceFactory

The IServiceFactory type exposes the following members.

Methods

  NameDescription
Public methodGetServiceT
When implemented in derived classes, retrieves a proxy to a well-known remote server object.
Public methodGetUri
When implemented in derived classes, gets the Uri representing the server object to get, i.e. ipc://ChannelPipe/Application/ObjectMoniker
Public methodTryGetServiceT
When implemented in derived classes, retrieves a proxy to a well-known remote server object. A return value indicates whether the service could be created.
Top
Remarks

This interface was added in Content Studio version 5.4
See Also

Reference