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

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

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