Conflict.GetResource Method

Definition

Gets the conflicting resource in the Azure DocumentDB database service.

public T GetResource<T> () where T : Microsoft.Azure.Documents.Resourcenew();
Type Parameters
T

The returned type of conflicting resource.

Returns
T

The conflicting resource.