iControl.ManagementSNMPConfiguration.Beginremove_readwrite_community C# (CSharp) 메소드

Beginremove_readwrite_community() 공개 메소드

public Beginremove_readwrite_community ( ManagementSNMPConfigurationWrapperSecurityInformation rw_community_info, System callback, object asyncState ) : System.IAsyncResult
rw_community_info ManagementSNMPConfigurationWrapperSecurityInformation
callback System
asyncState object
리턴 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