iControl.ManagementSNMPConfiguration.Beginremove_pass_through_persist C# (CSharp) Method

Beginremove_pass_through_persist() public method

public Beginremove_pass_through_persist ( ManagementSNMPConfigurationPassThroughInformation passthru_info, System callback, object asyncState ) : System.IAsyncResult
passthru_info ManagementSNMPConfigurationPassThroughInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_pass_through_persist(ManagementSNMPConfigurationPassThroughInformation [] passthru_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_pass_through_persist", new object[] {
            passthru_info}, callback, asyncState);
        }
ManagementSNMPConfiguration