iControl.ManagementSFlowDataSource.Endget_system_poll_interval_effective C# (CSharp) Méthode

Endget_system_poll_interval_effective() public méthode

public Endget_system_poll_interval_effective ( System asyncResult ) : long[]
asyncResult System
Résultat long[]
        public long[] Endget_system_poll_interval_effective(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
ManagementSFlowDataSource