iControl.ManagementSNMPConfiguration.Beginset_community_to_security_info C# (CSharp) Method

Beginset_community_to_security_info() public method

public Beginset_community_to_security_info ( ManagementSNMPConfigurationSecurityInformation security_info, System callback, object asyncState ) : System.IAsyncResult
security_info ManagementSNMPConfigurationSecurityInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_community_to_security_info(ManagementSNMPConfigurationSecurityInformation [] security_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_community_to_security_info", new object[] {
            security_info}, callback, asyncState);
        }
ManagementSNMPConfiguration