AWS SDK for .NET Documentation
Publish Method (request)
AmazonAmazon.SimpleNotificationServiceAmazonSimpleNotificationServiceClientPublish(PublishRequest) Did this page help you?   Yes   No    Tell us about it...
Sends a message to all of a topic's subscribed endpoints.
Declaration Syntax
C#
public PublishResponse Publish(
	PublishRequest request
)
Parameters
request (PublishRequest)
Publish request
Return Value
Publish Response from the service
Remarks
When a messageId is returned, the message has been saved and Amazon SNS will attempt to deliver it to the topic's subscribers shortly. The format of the outgoing message to each subscribed endpoint depends on the notification protocol selected.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)