Ejemplo n.º 1
0
 public static WebPubSubHub GetWebPubSubHub(this ArmClient client, ResourceIdentifier id)
 {
     return(client.GetClient(() =>
     {
         WebPubSubHub.ValidateResourceId(id);
         return new WebPubSubHub(client, id);
     }
                             ));
 }
Ejemplo n.º 2
0
 public static WebPubSubHub GetWebPubSubHub(this ArmClient armClient, ResourceIdentifier id)
 {
     WebPubSubHub.ValidateResourceId(id);
     return(new WebPubSubHub(armClient, id));
 }