iControl.ManagementSFlowGlobals.Endget_system_description C# (CSharp) Method

Endget_system_description() public method

public Endget_system_description ( System asyncResult ) : string
asyncResult System
return string
        public string Endget_system_description(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }
ManagementSFlowGlobals