예제 #1
0
 public AxlNetClient.RemoveSNMPCommunityStringRes removeSNMPCommunityString(AxlNetClient.RemoveSNMPCommunityStringReq removeSNMPCommunityString1)
 {
     AxlNetClient.removeSNMPCommunityStringRequest inValue = new AxlNetClient.removeSNMPCommunityStringRequest();
     inValue.removeSNMPCommunityString = removeSNMPCommunityString1;
     AxlNetClient.removeSNMPCommunityStringResponse retVal = ((AxlNetClient.AXLPort81)(this)).removeSNMPCommunityString(inValue);
     return(retVal.removeSNMPCommunityStringResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeSNMPCommunityStringResponse> removeSNMPCommunityStringAsync(AxlNetClient.RemoveSNMPCommunityStringReq removeSNMPCommunityString)
 {
     AxlNetClient.removeSNMPCommunityStringRequest inValue = new AxlNetClient.removeSNMPCommunityStringRequest();
     inValue.removeSNMPCommunityString = removeSNMPCommunityString;
     return(((AxlNetClient.AXLPort81)(this)).removeSNMPCommunityStringAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeSNMPCommunityStringResponse> AxlNetClient.AXLPort81.removeSNMPCommunityStringAsync(AxlNetClient.removeSNMPCommunityStringRequest request)
 {
     return(base.Channel.removeSNMPCommunityStringAsync(request));
 }
예제 #4
0
 AxlNetClient.removeSNMPCommunityStringResponse AxlNetClient.AXLPort81.removeSNMPCommunityString(AxlNetClient.removeSNMPCommunityStringRequest request)
 {
     return(base.Channel.removeSNMPCommunityString(request));
 }