Exemple #1
0
 /// <summary>
 /// Removes the network from the system.
 /// </summary>
 /// <param name="Name">Unique identifier of the network</param>
 /// <returns>Success/Failure</returns>
 public async Task <object> DeleteNetwork(long NetworkID)
 {
     return(await _networkClient.DeleteNetwork(NetworkID));
 }