ResourceMirror.UpdateResource<ItemType,ResourceType> 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 리소스를 업데이트하기 위한 콜백입니다. 동기화의 currentItems 및 리소스 목록에 있는 각 항목 및 관련 리소스에 대해 호출됩니다.
public delegate void ResourceMirror.UpdateResource<ItemType,ResourceType>(ItemType item, ResourceType resource);
type ResourceMirror.UpdateResource<'ItemType, 'ResourceType> = delegate of 'ItemType * 'ResourceType -> unit
Public Delegate Sub ResourceMirror.UpdateResource(Of ItemType, ResourceType)(item As ItemType, resource As ResourceType)
형식 매개 변수
- ItemType
원본 데이터의 형식입니다.
- ResourceType
관리되는 리소스의 유형입니다.
매개 변수
- item
- ItemType
원본 항목입니다.
- resource
- ResourceType
연결된 리소스입니다.
설명
단일 동기화 중에 지정된 항목/리소스 쌍에 대해 create/update/destroy 중 하나만 호출됩니다.