예제 #1
0
 public AxlNetClient.StandardResponse removePresenceRedundancyGroup(AxlNetClient.NameAndGUIDRequest removePresenceRedundancyGroup1)
 {
     AxlNetClient.removePresenceRedundancyGroupRequest inValue = new AxlNetClient.removePresenceRedundancyGroupRequest();
     inValue.removePresenceRedundancyGroup = removePresenceRedundancyGroup1;
     AxlNetClient.removePresenceRedundancyGroupResponse retVal = ((AxlNetClient.AXLPort74)(this)).removePresenceRedundancyGroup(inValue);
     return(retVal.removePresenceRedundancyGroupResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removePresenceRedundancyGroupResponse> removePresenceRedundancyGroupAsync(AxlNetClient.NameAndGUIDRequest removePresenceRedundancyGroup)
 {
     AxlNetClient.removePresenceRedundancyGroupRequest inValue = new AxlNetClient.removePresenceRedundancyGroupRequest();
     inValue.removePresenceRedundancyGroup = removePresenceRedundancyGroup;
     return(((AxlNetClient.AXLPort74)(this)).removePresenceRedundancyGroupAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.removePresenceRedundancyGroupResponse> AxlNetClient.AXLPort74.removePresenceRedundancyGroupAsync(AxlNetClient.removePresenceRedundancyGroupRequest request)
 {
     return(base.Channel.removePresenceRedundancyGroupAsync(request));
 }
예제 #4
0
 AxlNetClient.removePresenceRedundancyGroupResponse AxlNetClient.AXLPort74.removePresenceRedundancyGroup(AxlNetClient.removePresenceRedundancyGroupRequest request)
 {
     return(base.Channel.removePresenceRedundancyGroup(request));
 }