Blog.Services.Helpers.Wcf.TagsResource.GetHeartBeat C# (CSharp) Méthode

GetHeartBeat() public méthode

public GetHeartBeat ( ) : bool
Résultat bool
        public bool GetHeartBeat()
        {
            using (var svc = new ServiceProxyHelper<ITagsService>("TagsService"))
            {
                return svc.Proxy.GetHeartBeat();
            }
        }
    }