iControl.ManagementSNMPConfiguration.Beginset_readonly_community C# (CSharp) Méthode

Beginset_readonly_community() public méthode

public Beginset_readonly_community ( ManagementSNMPConfigurationWrapperSecurityInformation ro_community_info, System callback, object asyncState ) : System.IAsyncResult
ro_community_info ManagementSNMPConfigurationWrapperSecurityInformation
callback System
asyncState object
Résultat 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