示例#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);
 }