ServerStation.CloseConnectionAsync Method

Close connection
<ID("CloseConnectionAsync", (int)e.CloseConnectionAsync)> _ 
Public Function CloseConnectionAsync( _ 
ByVal ip As String, _ 
Optional ByVal moduleName As String = null _ 
) As Task(Of Integer)
This language is not supported or no code example is available.
[ID("CloseConnectionAsync", (int)e.CloseConnectionAsync)] 
public Task<int> CloseConnectionAsync( 
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

Task<int>

.NET Framework

Supported in: 4.8

In this article

Definition