IVsWCFCompletionCallback.OnFinished(IVsWCFAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides notification for an asynchronous method call.
public:
void OnFinished(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFAsyncResult ^ pResult);
public:
void OnFinished(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFAsyncResult ^ pResult);
void OnFinished(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFAsyncResult const & pResult);
public void OnFinished (Microsoft.VisualStudio.WCFReference.Interop.IVsWCFAsyncResult pResult);
abstract member OnFinished : Microsoft.VisualStudio.WCFReference.Interop.IVsWCFAsyncResult -> unit
Public Sub OnFinished (pResult As IVsWCFAsyncResult)
Parameters
- pResult
- IVsWCFAsyncResult
A IVsWCFAsyncResult object.