Exemple #1
0
 internal override void InvokeCollocated(CollocatedRequestHandler handler)
 {
     // The stream cannot be cached if the proxy is not a twoway or there is an invocation timeout set.
     if (IsOneway || Proxy.IceReference.InvocationTimeout != -1)
     {
         // Disable caching by marking the streams as cached!
         State |= StateCachedBuffers;
     }
     handler.InvokeAsyncRequest(this, Synchronous);
 }
Exemple #2
0
 internal abstract void InvokeCollocated(CollocatedRequestHandler handler);