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

Beginremove_create_user() 공개 메소드

public Beginremove_create_user ( ManagementSNMPConfigurationUserInformation user_info, System callback, object asyncState ) : System.IAsyncResult
user_info ManagementSNMPConfigurationUserInformation
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginremove_create_user(ManagementSNMPConfigurationUserInformation [] user_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_create_user", new object[] {
            user_info}, callback, asyncState);
        }
ManagementSNMPConfiguration