iControl.ManagementApplicationService.Endget_scalar_vars_extended C# (CSharp) Méthode

Endget_scalar_vars_extended() public méthode

public Endget_scalar_vars_extended ( System asyncResult ) : iControl.ManagementApplicationServiceScalarVarExtended[][]
asyncResult System
Résultat iControl.ManagementApplicationServiceScalarVarExtended[][]
        public ManagementApplicationServiceScalarVarExtended[][] Endget_scalar_vars_extended(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementApplicationServiceScalarVarExtended [] [])(results[0]));
        }
ManagementApplicationService