Avahi.ClientStateArgs.ClientStateArgs C# (CSharp) Method

ClientStateArgs() public method

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