System.GetConnectionsEventArgs.GetConnectionsEventArgs C# (CSharp) Méthode

GetConnectionsEventArgs() public méthode

public GetConnectionsEventArgs ( Byte maxconn )
maxconn Byte
                    public GetConnectionsEventArgs(Byte maxconn)
                    {
                        this.maxconn = maxconn;
                    }
                }
GetConnectionsEventArgs