[]
Küçük bir çeviri ricası
Arkadaşlar aşağıdaki cümle ne demektedir, çevirmeye çalıştım ama beceremedim. Dispatcher, silverlight kelimeleri teknik terimlerdir. çevrilmese de olur.
will ensure that the actions are performed on the Dispatcher, which is obviously useful for Silverlight and WPF applications. You can imagine that the implementation for this would just delegate any calls to ISchedule(Action) straight to Dispatcher.BeginInvoke(Action)
Ben şöyle çevirdim ama olmadı sanırım: Eylemlerin Dispather üzerinde çalıştırılması garantilenir. Bu Silverlight ve WPF uygulamaları için kullanışlıdır. (gerisini çeviremedim bile doğru düzgün :D )
will ensure that the actions are performed on the Dispatcher, which is obviously useful for Silverlight and WPF applications. You can imagine that the implementation for this would just delegate any calls to ISchedule(Action) straight to Dispatcher.BeginInvoke(Action)
Ben şöyle çevirdim ama olmadı sanırım: Eylemlerin Dispather üzerinde çalıştırılması garantilenir. Bu Silverlight ve WPF uygulamaları için kullanışlıdır. (gerisini çeviremedim bile doğru düzgün :D )
bu uygulamayla sadece ischeduledaki tüm çağrıların doğrudan dispatcher a gitmesinin sağlanacağını biliyorsunuz demiş.
- kediebesi (23.12.12 14:14:17 ~ 14:14:48)
1