My application has a bottle neck when my users connect to the Parent Geodataserver and retrieve the replica list. Here is the line of code in arcobjects.
IGPReplicas gpReplicas = ParentGeoDataServer.Replicas;
Is there any better way to get this list? Some locations running my code take 30 seconds to get this list. I even run this part of the code asynchronously, but it really slows up my sync and replication process for what seems like a pretty simple function? Does anyone know of any way around this?