Ejemplo n.º 1
0
 public Task UnregisterEventServerAsync()
 {
     return(XmlRpcApi.InitAsync(EventXmlRpcUrl, string.Empty));
 }
Ejemplo n.º 2
0
 public Task RegisterEventServerAsync()
 {
     return(XmlRpcApi.InitAsync(EventXmlRpcUrl, InterfaceId));
 }