iControl.NetworkingBWControllerPolicy.Beginset_log_period C# (CSharp) Method

Beginset_log_period() public method

public Beginset_log_period ( string policies, long periods, System callback, object asyncState ) : System.IAsyncResult
policies string
periods long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_log_period(string [] policies,long [] periods, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_log_period", new object[] {
            policies,
            periods}, callback, asyncState);
        }
NetworkingBWControllerPolicy