Hi
I am using Dynamic Layer concept with DomainServices with MVVM in silverlight.
As Domain Services do not have Asynchronous call so how to achieve Item Virtualization concept in that .
I have done the same thing i have created a class Dynamic with IMapDynamicSource as Interface inside a class but here i can not use async methods nor i have the callbacks as the completed event here gives me
}
we do not have e.userstate here so how to work on this.
Regards
CHaru Pahuja
I am using Dynamic Layer concept with DomainServices with MVVM in silverlight.
As Domain Services do not have Asynchronous call so how to achieve Item Virtualization concept in that .
I have done the same thing i have created a class Dynamic with IMapDynamicSource as Interface inside a class but here i can not use async methods nor i have the callbacks as the completed event here gives me
internal void Load_Completed(object sender, EventArgs e)
{
}
we do not have e.userstate here so how to work on this.
Regards
CHaru Pahuja