OpenHome.Net.ControlPoint.Proxies.CpProxyRaumfeldComConfigService1.SyncGetRevision C# (CSharp) Метод

SyncGetRevision() публичный Метод

Invoke the action synchronously
Blocks until the action has been processed on the device and sets any output arguments
public SyncGetRevision ( uint &aRevision ) : void
aRevision uint
Результат void
        public void SyncGetRevision(out uint aRevision)
        {
            SyncGetRevisionRaumfeldComConfigService1 sync = new SyncGetRevisionRaumfeldComConfigService1(this);
            BeginGetRevision(sync.AsyncComplete());
            sync.Wait();
            sync.ReportError();
            aRevision = sync.Revision();
        }