ArcFM Responder Mobile Developer Guide
SessionIpcChannel Class
Members 






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.
Object Model
SessionIpcChannel Class
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 
public class SessionIpcChannel = class(System.Runtime.Remoting.Channels.Ipc.IpcChannel)
public class SessionIpcChannel extends System.Runtime.Remoting.Channels.Ipc.IpcChannel
public __gc class SessionIpcChannel : public System.Runtime.Remoting.Channels.Ipc.IpcChannel 
public ref class SessionIpcChannel : public 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

Send Feedback