iControl.ManagementSNMPConfiguration.Beginremove_pass_through_persist C# (CSharp) Méthode

Beginremove_pass_through_persist() public méthode

public Beginremove_pass_through_persist ( ManagementSNMPConfigurationPassThroughInformation passthru_info, System callback, object asyncState ) : System.IAsyncResult
passthru_info ManagementSNMPConfigurationPassThroughInformation
callback System
asyncState object
Résultat 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