ServerStation.CloseConnection Method

Close connection
<ID("CloseConnection", (int)e.CloseConnection)> _ 
Public Function CloseConnection( _ 
ByVal ip As String, _ 
Optional ByVal moduleName As String = null _ 
) As Integer
This language is not supported or no code example is available.
[ID("CloseConnection", (int)e.CloseConnection)] 
public int CloseConnection( 
string ip
string moduleName = null 
)
This language is not supported or no code example is available.

Parameters

ip
string

IP address

moduleName
string

Module name. Optional

Return Value

int

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition