Amazon.CognitoSync.SyncManager.SyncConflict.ResolveWithRemoteRecord C# (CSharp) 메소드

ResolveWithRemoteRecord() 공개 메소드

Resolves conflict with remote record
public ResolveWithRemoteRecord ( ) : Record
리턴 Record
        public Record ResolveWithRemoteRecord()
        {
            return new Record(
                this.Key,
                this.RemoteRecord.Value,
                this.RemoteRecord.SyncCount,
                this.RemoteRecord.LastModifiedDate,
                this.RemoteRecord.LastModifiedBy,
                this.RemoteRecord.DeviceLastModifiedDate,
                false
                );
        }