UploadValuesCompletedEventArgs.Result 속성

정의

UploadValuesAsync 메서드를 호출하여 시작된 데이터 업로드 작업에 대한 서버 회신을 가져옵니다.

public:
 property cli::array <System::Byte> ^ Result { cli::array <System::Byte> ^ get(); };
public byte[] Result { get; }
member this.Result : byte[]
Public ReadOnly Property Result As Byte()

속성 값

Byte[]

서버 회신이 들어 있는 Byte 배열입니다.

설명

확인 해야 합니다 ErrorCancelled 업로드가 완료 되었는지 여부를 결정 하는 속성입니다. 경우는 Error 속성의 값이를 Exception 개체 또는 Cancelled 속성의 값이 true, 비동기 작업이 제대로 완료 되지 않은 및 Result 속성의 값을 유효 하지 않게 됩니다.

적용 대상