Skip to content

XMediator::Api::NetworkInitResult::Success

A class that contains information about a successful network initialization.

Inherits from XMediator.Api.NetworkInitResult

Public Functions

Name
override bool Equals(object obj)
override int GetHashCode()
override string ToString()

Protected Functions

Name
bool Equals(Success other)

Public Properties

Name
string Name
The name of the network that has been initialized.
string Description
A description for this result.

Additional inherited members

Public Classes inherited from XMediator.Api.NetworkInitResult

Name
class Failure
A class that contains information about a failed network initialization.
class Success
A class that contains information about a successful network initialization.

Public Functions inherited from XMediator.Api.NetworkInitResult

Name
bool TryGetSuccess(out Success success)
bool TryGetFailure(out Failure failure)

Public Functions Documentation

function Equals

override bool Equals(
    object obj
)

function GetHashCode

override int GetHashCode()

function ToString

override string ToString()

Protected Functions Documentation

function Equals

bool Equals(
    Success other
)

Public Property Documentation

property Name

string Name;

The name of the network that has been initialized.

property Description

string Description;

A description for this result.


Updated on 2024-11-07 at 18:31:49 +0000