OpenHome.Net.ControlPoint.Proxies.CpProxyUpnpOrgContentDirectory1.SyncResetDatabase C# (CSharp) Метод

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

Invoke the action synchronously
Blocks until the action has been processed on the device and sets any output arguments
public SyncResetDatabase ( String aScope ) : void
aScope String
Результат void
        public void SyncResetDatabase(String aScope)
        {
            SyncResetDatabaseUpnpOrgContentDirectory1 sync = new SyncResetDatabaseUpnpOrgContentDirectory1(this);
            BeginResetDatabase(aScope, sync.AsyncComplete());
            sync.Wait();
            sync.ReportError();
        }