iControl.ManagementSFlowGlobals.Beginget_http_description C# (CSharp) Method

Beginget_http_description() public method

public Beginget_http_description ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_http_description(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_http_description", new object[0], callback, asyncState);
        }
ManagementSFlowGlobals