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

Beginset_create_user() 공개 메소드

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