iControl.SystemVCMP.Beginget_ha_status_statistics C# (CSharp) Méthode

Beginget_ha_status_statistics() public méthode

public Beginget_ha_status_statistics ( string guests, System callback, object asyncState ) : System.IAsyncResult
guests string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_ha_status_statistics(string [] guests, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_ha_status_statistics", new object[] {
            guests}, callback, asyncState);
        }
SystemVCMP