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

Beginset_readwrite_user() 공개 메소드

public Beginset_readwrite_user ( ManagementSNMPConfigurationWrapperUserInformation rw_user_info, System callback, object asyncState ) : System.IAsyncResult
rw_user_info ManagementSNMPConfigurationWrapperUserInformation
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_readwrite_user(ManagementSNMPConfigurationWrapperUserInformation [] rw_user_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_readwrite_user", new object[] {
            rw_user_info}, callback, asyncState);
        }
ManagementSNMPConfiguration