iControl.LocalLBProfileHttp.Endget_sflow_sampling_rate_global C# (CSharp) Method

Endget_sflow_sampling_rate_global() public method

public Endget_sflow_sampling_rate_global ( System asyncResult ) : CommonProfileSFlowGlobalType[]
asyncResult System
return CommonProfileSFlowGlobalType[]
        public CommonProfileSFlowGlobalType[] Endget_sflow_sampling_rate_global(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonProfileSFlowGlobalType [])(results[0]));
        }
LocalLBProfileHttp