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.
The following example shows call the ReleaseInstance method.
| C# | Copy Code |
|---|---|
// Release the instance on the known port ZennoPoster.ReleaseInstance("127.0.0.1", port, "server"); | |
| PHP | Copy Code |
|---|---|
// Release the instance on the known port ZennoPoster::ReleaseInstance("127.0.0.1", $port, "server"); | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family