OutOfProcNode Class

Definition

This class represents an implementation of INode for out-of-proc nodes.

public ref class OutOfProcNode
public class OutOfProcNode
type OutOfProcNode = class
Public Class OutOfProcNode
Inheritance
OutOfProcNode

Constructors

OutOfProcNode()

Constructor.

OutOfProcNode(String, String)

Methods

Run(Boolean, Boolean, Exception)

Starts up the node and processes messages until the node is requested to shut down.

Run(Boolean, Exception)

Starts up the node and processes messages until the node is requested to shut down. Assumes low priority is disabled.

Run(Exception)

Starts up the node and processes messages until the node is requested to shut down. Assumes no node reuse. Assumes low priority is disabled.

Applies to