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

Beginremove_readwrite_community() public méthode

public Beginremove_readwrite_community ( ManagementSNMPConfigurationWrapperSecurityInformation rw_community_info, System callback, object asyncState ) : System.IAsyncResult
rw_community_info ManagementSNMPConfigurationWrapperSecurityInformation
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginremove_readwrite_community(ManagementSNMPConfigurationWrapperSecurityInformation [] rw_community_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_readwrite_community", new object[] {
            rw_community_info}, callback, asyncState);
        }
ManagementSNMPConfiguration