• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Get-Topics

This cmdlet lists all Topics registered on a specified cache. It provides a list of Topic names and the respective number of subscribers and publishers against each Topic name.

Get-Topics -CacheName [-Server] [-Port] [-Detail] [-ShowAll] [-NoLogo] [-Credentials]

Examples

  • This command gets Topics registered on demoCache.
Get-Topics -CacheName demoCache
  • This command gets Topics registered on demoCache existing on server 20.200.20.11.
Get-Topics -CacheName demoCache -Server 20.200.20.11
  • This command uses port and gets Topics registered on demoCache existing on server 20.200.20.11.
Get-Topics -CacheName demoCache -Server 20.200.20.11 -Port 8250
  • This command shows all the subscriptions associated with the Topic.
Get-Topics -CacheName demoCache -Detail
  • This command displays all Topics (both default and user-created), along with details such as subscribers, publishers, assigned Topic priorities, subscriptions, and associated messages.
Get-Topics -CacheName demoCache -ShowAll
  • This command authenticates the credentials provided and lists all Topics and number of corresponding subscribers and publishers registered on demoCache, using port 8250 by default.
Get-Topics -CacheName demoCache -Credentials(Get-Credential john_smith)

Contact Us

PHONE

+1 214-619-2601   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top