ZennoLab Assemblies Documentation
ReleaseInstance Method (ZennoPoster)
Example 

Type: System.String

Pipe host of instance (127.0.0.1).

Type: System.Int32

Instance port.

Type: System.String

Instance work mode.

Release the instance
Syntax
public static void ReleaseInstance( 
   string url,
   int port,
   string address
)

Parameters

url

Type: System.String

Pipe host of instance (127.0.0.1).

port

Type: System.Int32

Instance port.

address

Type: System.String

Instance work mode.

Example
The following example shows call the ReleaseInstance method.
// Release the instance on the known port
ZennoPoster.ReleaseInstance("127.0.0.1", port, "server");
// Release the instance on the known port
ZennoPoster::ReleaseInstance("127.0.0.1", $port, "server");
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

ZennoPoster Class
ZennoPoster Members

Send Feedback