iControl.ManagementSFlowDataSource.get_http_poll_interval_effective C# (CSharp) Method

get_http_poll_interval_effective() private method

private get_http_poll_interval_effective ( string data_sources ) : long[]
data_sources string
return long[]
        public long[] get_http_poll_interval_effective(
		string [] data_sources
	)
        {
            object [] results = this.Invoke("get_http_poll_interval_effective", new object [] {
                data_sources});
            return ((long [])(results[0]));
        }
ManagementSFlowDataSource