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

Beginget_community_to_security_info() 공개 메소드

public Beginget_community_to_security_info ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_community_to_security_info(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_community_to_security_info", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration