iControl.ManagementSFlowGlobals.Beginset_http_sampling_rate C# (CSharp) Method

Beginset_http_sampling_rate() public method

public Beginset_http_sampling_rate ( long rate, System callback, object asyncState ) : System.IAsyncResult
rate long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_http_sampling_rate(long rate, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_http_sampling_rate", new object[] {
            rate}, callback, asyncState);
        }
ManagementSFlowGlobals