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
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property Name
The name of the network that has been initialized.
property Description
A description for this result.
Updated on 2024-11-07 at 18:31:49 +0000