ArcFM Engine Developer Guide
SessionIpcChannel Class
Members 


Product Availability
Required Licenses
.NET Assembly
The IpcChannel doesn't work very well under a Citrix environment. By appending the session Id to the port name we can simulate a per-session named pipe.
Syntax
'Declaration
 
Public Class SessionIpcChannel 
   Inherits System.Runtime.Remoting.Channels.Ipc.IpcChannel
'Usage
 
Dim instance As SessionIpcChannel
public class SessionIpcChannel : System.Runtime.Remoting.Channels.Ipc.IpcChannel 
Inheritance Hierarchy

System.Object
   System.Runtime.Remoting.Channels.Ipc.IpcChannel
      Miner.Responder.Shared.Channels.Ipc.SessionIpcChannel

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SessionIpcChannel Members
Miner.Responder.Shared.Channels.Ipc Namespace

 

 


Send Comment