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

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

Represents an ServiceFactory that can create a proxy for well-known objects over the ipc channel.
Inheritance Hierarchy

SystemObject
  ContentStudio.Api.ExtensionsServiceFactory
    ContentStudio.Api.ExtensionsIpcServiceFactory
      ContentStudio.Api.ExtensionsContentStudioIpcServiceFactory

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 IpcServiceFactory : ServiceFactory

The IpcServiceFactory type exposes the following members.

Constructors

  NameDescription
Protected methodIpcServiceFactory
Initializes a new instance of the IpcServiceFactory class.
Top
Properties

  NameDescription
Public propertyApplicationName
Gets the application name that acts as a part of the object uri.
(Inherited from ServiceFactory.)
Public propertyPipeName
Gets the name of the underlying named pipe that forms a part of the object creation 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.
(Inherited from ServiceFactory.)
Public methodGetType (Inherited from Object.)
Public methodGetUri
Gets the Uri representing the server object to get, i.e. ipc://ChannelPipe/Application/ObjectMoniker
(Overrides ServiceFactoryGetUri(String).)
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.
(Inherited from ServiceFactory.)
Top
Remarks

This class was added in Content Studio version 5.4
See Also

Reference