Exemplo n.º 1
0
 public AxlNetClient.StandardResponse addPresenceGroup(AxlNetClient.AddPresenceGroupReq addPresenceGroup1)
 {
     AxlNetClient.addPresenceGroupRequest inValue = new AxlNetClient.addPresenceGroupRequest();
     inValue.addPresenceGroup = addPresenceGroup1;
     AxlNetClient.addPresenceGroupResponse retVal = ((AxlNetClient.AXLPort25)(this)).addPresenceGroup(inValue);
     return(retVal.addPresenceGroupResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addPresenceGroupResponse> addPresenceGroupAsync(AxlNetClient.AddPresenceGroupReq addPresenceGroup)
 {
     return(axlPortClient25.addPresenceGroupAsync(addPresenceGroup));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse addPresenceGroup(AxlNetClient.AddPresenceGroupReq addPresenceGroup1)
 {
     return(axlPortClient25.addPresenceGroup(addPresenceGroup1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.addPresenceGroupResponse> addPresenceGroupAsync(AxlNetClient.AddPresenceGroupReq addPresenceGroup)
 {
     AxlNetClient.addPresenceGroupRequest inValue = new AxlNetClient.addPresenceGroupRequest();
     inValue.addPresenceGroup = addPresenceGroup;
     return(((AxlNetClient.AXLPort25)(this)).addPresenceGroupAsync(inValue));
 }