iControl.ManagementSNMPConfiguration.Beginset_readwrite_community C# (CSharp) Method

Beginset_readwrite_community() public method

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