iControl.NetworkingBWControllerPolicy.Beginget_measurement_state C# (CSharp) Method

Beginget_measurement_state() public method

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