Share via


IVsWCFCompletionCallback Interface

Definition

Provides a callback interface for monitoring the progress of asynchronous calls to Windows Communication Foundation (WCF) service providers.

public interface class IVsWCFCompletionCallback
public interface class IVsWCFCompletionCallback
__interface IVsWCFCompletionCallback
[System.Runtime.InteropServices.Guid("183F0821-1F02-4E07-901A-F4F19C162935")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWCFCompletionCallback
[<System.Runtime.InteropServices.Guid("183F0821-1F02-4E07-901A-F4F19C162935")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWCFCompletionCallback = interface
Public Interface IVsWCFCompletionCallback
Attributes

Remarks

Some object methods are exposed in two versions: synchronous and asynchronous. The asynchronous version follows the .NET asynchronous call pattern. An important distinction is that the asynchronous version does not support passive waiting. The consumer of these methods can be notified about method completion either through the IVsWCFCompletionCallback callback mechanism or by polling the IVsWCFAsyncResult.

Methods

OnFinished(IVsWCFAsyncResult)

Provides notification for an asynchronous method call.

Applies to