iControl.NetworkingBWControllerPolicy.Beginget_log_period C# (CSharp) Method

Beginget_log_period() public method

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