ServerStation.TerminateConnectionAsync Method

Terminate connection
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Function TerminateConnectionAsync( _ 
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.
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public Task<int> TerminateConnectionAsync( 
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