iControl.ManagementSNMPConfiguration.Beginset_readonly_community C# (CSharp) Method

Beginset_readonly_community() public method

public Beginset_readonly_community ( ManagementSNMPConfigurationWrapperSecurityInformation ro_community_info, System callback, object asyncState ) : System.IAsyncResult
ro_community_info ManagementSNMPConfigurationWrapperSecurityInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_readonly_community(ManagementSNMPConfigurationWrapperSecurityInformation [] ro_community_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_readonly_community", new object[] {
            ro_community_info}, callback, asyncState);
        }
ManagementSNMPConfiguration