Fetches a linked image asynchronously.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Fetch()
Visual Basic
Public Sub Fetch
Visual C++
public:
void Fetch()

Remarks

This is a simple utility method for accessing the image referenced by the URL. For asynchronous or advanced loading you will need to download the image yourself and load the bytes directly into the class.

See Also