iControl.ManagementSNMPConfiguration.Beginremove_view_info C# (CSharp) Method

Beginremove_view_info() public method

public Beginremove_view_info ( ManagementSNMPConfigurationViewInformation view_info, System callback, object asyncState ) : System.IAsyncResult
view_info ManagementSNMPConfigurationViewInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_view_info(ManagementSNMPConfigurationViewInformation [] view_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_view_info", new object[] {
            view_info}, callback, asyncState);
        }
ManagementSNMPConfiguration