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); }
public System.Threading.Tasks.Task <AxlNetClient.removeSNMPCommunityStringResponse> removeSNMPCommunityStringAsync(AxlNetClient.RemoveSNMPCommunityStringReq removeSNMPCommunityString) { return(axlPortClient81.removeSNMPCommunityStringAsync(removeSNMPCommunityString)); }
public AxlNetClient.RemoveSNMPCommunityStringRes removeSNMPCommunityString(AxlNetClient.RemoveSNMPCommunityStringReq removeSNMPCommunityString1) { return(axlPortClient81.removeSNMPCommunityString(removeSNMPCommunityString1)); }
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)); }