iControl.SecurityDoSDevice.Beginget_all_vector_statistics C# (CSharp) Method

Beginget_all_vector_statistics() public method

public Beginget_all_vector_statistics ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_all_vector_statistics(string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_all_vector_statistics", new object[] {
            devices}, callback, asyncState);
        }
SecurityDoSDevice