2.2.2.Creating a hub
1.Add New Item -> class
2.Edit hub
public class Myhub: Hub { [HubName("myhub")] public Myhub() { } }
Last updated
Was this helpful?
1.Add New Item -> class
2.Edit hub
public class Myhub: Hub
{
[HubName("myhub")]
public Myhub()
{
}
}
Last updated
Was this helpful?