Share via


IAsyncManager.CompleteCall Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub CompleteCall ( _
    Result As Integer _
)
void CompleteCall(
    int Result
)
void CompleteCall(
    [InAttribute] int Result
)
abstract CompleteCall : 
        Result:int -> unit 
function CompleteCall(
    Result : int
)

Parameters

.NET Framework Security

See Also

Reference

IAsyncManager Interface

Microsoft.VisualStudio.OLE.Interop Namespace