예제 #1
0
파일: GC.cs 프로젝트: supwar/Orleankka
        public void KeepAlive(IActorEndpointActivationService endpoint)
        {
            if (timeout == TimeSpan.Zero)
                return;

            endpoint.DelayDeactivation(timeout);
        }
예제 #2
0
파일: GC.cs 프로젝트: supwar/Orleankka
        public void KeepAlive(IActorEndpointActivationService endpoint)
        {
            if (timeout == TimeSpan.Zero)
            {
                return;
            }

            endpoint.DelayDeactivation(timeout);
        }
예제 #3
0
 internal void KeepAlive(IActorEndpointActivationService endpoint)
 {
     gc.KeepAlive(endpoint);
 }
예제 #4
0
 internal void KeepAlive(IActorEndpointActivationService endpoint)
 {
     gc.KeepAlive(endpoint);
 }