Avahi.ClientStateArgs.ClientStateArgs C# (CSharp) Méthode

ClientStateArgs() public méthode

public ClientStateArgs ( ClientState state, ErrorCode error ) : System
state ClientState
error ErrorCode
Résultat System
        public ClientStateArgs(ClientState state, ErrorCode error)
        {
            this.state = state;
            this.error = error;
        }
ClientStateArgs