iControl.SecurityDoSDevice.Beginget_vector C# (CSharp) Méthode

Beginget_vector() public méthode

public Beginget_vector ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_vector(string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_vector", new object[] {
            devices}, callback, asyncState);
        }
SecurityDoSDevice