ScaffoldingClient.Send(Message) Method

Definition

public:
 virtual bool Send(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::Messaging::Message ^ message);
public bool Send (Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message message);
abstract member Send : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message -> bool
override this.Send : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message -> bool
Public Function Send (message As Message) As Boolean

Parameters

message
Message

Returns

Boolean

Implements

Applies to