ServiceFactory Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Defines an object that can be used to create other objects over the remoting infrastructure using an Uri that describes the protocol and object description
Inheritance Hierarchy

SystemObject
  ContentStudio.Api.ExtensionsServiceFactory
    ContentStudio.Api.ExtensionsIpcServiceFactory
    ContentStudio.Api.ExtensionsTcpServiceFactory

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

public abstract class ServiceFactory : IServiceFactory

The ServiceFactory type exposes the following members.

Constructors

  NameDescription
Protected methodServiceFactory
Initializes a new instance of the ServiceFactory class.
Top
Properties

  NameDescription
Public propertyApplicationName
Gets the application name that acts as a part of the object uri.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetServiceT
Retrieves a proxy to a well-known remote server object.
Public methodGetType (Inherited from Object.)
Public methodGetUri
When implemented in derived classes, gets the Uri representing the server object to get, i.e. ipc://ChannelPipe/Application/ObjectMoniker
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
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 class was added in Content Studio version 5.4
See Also

Reference