Blog.Services.Helpers.Wcf.CommunityResource.GetHeartBeat C# (CSharp) Метод

GetHeartBeat() публичный Метод

public GetHeartBeat ( ) : bool
Результат bool
        public bool GetHeartBeat()
        {
            using (var svc = new ServiceProxyHelper<ICommunityService>("CommunityService"))
            {
                return svc.Proxy.GetHeartBeat();
            }
        }