iControl.ManagementSFlowGlobals.Beginset_http_description C# (CSharp) Method

Beginset_http_description() public method

public Beginset_http_description ( string description, System callback, object asyncState ) : System.IAsyncResult
description string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_http_description(string description, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_http_description", new object[] {
            description}, callback, asyncState);
        }
ManagementSFlowGlobals