Gets the URI this asynchronous operation is using.
public Uri Uri { get; }
Public ReadOnly Property Uri As Uri
public:
property Uri^ Uri {
Uri^ get();
}
The Uri this asynchronous operation is using.
Only one of the following can be a valid value (not a null reference) at any time: Uri, Stream or FileName. The property that contains a valid reference depends on what version of RasterCodecs.GetInformationAsync, RasterCodecs.LoadAsync or RasterCodecs.SaveAsync method has been called.
For example, if RasterCodecs.LoadAsync(Uri uri, object userState) is being called, the Uri will contain the same URI passed to the method while Stream and FileName will both be null. If RasterCodecs.LoadAsync(String fileName, object userState) is being called, the FileName will contain the same file name string value passed to the method while Uri and Stream will both be null and so on.
For an example, refer to RasterCodecs.GetInformationAsyncCompleted and RasterCodecs.LoadAsyncCompleted
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET