다음을 통해 공유


IAzureQueueDataAdapter 인터페이스

정의

이벤트 데이터를 클라우드 큐 메시지로 변환합니다.

public interface IAzureQueueDataAdapter
type IAzureQueueDataAdapter = interface
Public Interface IAzureQueueDataAdapter
파생

메서드

FromCloudQueueMessage(CloudQueueMessage, Int64)

클라우드 큐 메시지에서 일괄 처리 컨테이너를 만듭니다.

ToCloudQueueMessage<T>(Guid, String, IEnumerable<T>, Dictionary<String,Object>)

스트림 이벤트 데이터에서 클라우드 큐 메시지를 만듭니다.

적용 대상