コード例 #1
0
        /// <summary>
        /// Invoke the action synchronously
        /// </summary>
        /// <remarks>Blocks until the action has been processed
        /// on the device and sets any output arguments</remarks>
        /// <param name="aId"></param>
        public void SyncClear(String aId)
        {
            SyncClearAvOpenhomeOrgCredentials1 sync = new SyncClearAvOpenhomeOrgCredentials1(this);

            BeginClear(aId, sync.AsyncComplete());
            sync.Wait();
            sync.ReportError();
        }
コード例 #2
0
 /// <summary>
 /// Invoke the action synchronously
 /// </summary>
 /// <remarks>Blocks until the action has been processed
 /// on the device and sets any output arguments</remarks>
 /// <param name="aId"></param>
 public void SyncClear(String aId)
 {
     SyncClearAvOpenhomeOrgCredentials1 sync = new SyncClearAvOpenhomeOrgCredentials1(this);
     BeginClear(aId, sync.AsyncComplete());
     sync.Wait();
     sync.ReportError();
 }