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); }
internal abstract void InvokeCollocated(CollocatedRequestHandler handler);