ISupportMessage ProcessMessage Method

This method will allow a Connector to process a message, returning one or more DataEntity objects.

Namespace: Scribe.Core.ConnectorApi

Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

IEnumerable<DataEntity> ProcessMessage(
	string   entityName,
	string   message
)

Parameters

entityName

Type: System String

This parameter holds the name of the Entity as defined from the third-party system.

message

Type: System String

This parameter holds the message as packaged from the ProcessRequest.

Return Value

Type: IEnumerableDataEntity

See

Scribe.Core.ConnectorApi Namespace

ISupportMessage Interface