IAsyncInfo.Close Method
Definition
Closes the asynchronous operation.
public:
void Close();
void Close();
public void Close();
function close()
Public Sub Close ()
Remarks
Calling this method indicates that you have finished with the results of the operation. After calling Close, do not call the GetResults method again (each of the 4 IAsyncInfo derived interfaces have their own implementation of GetResults.)