IVsWCFReferenceGroupOptions::GetGenerateAsynchronousMethods Method ()

 

Determines whether asynchronous methods are supported for a Windows Communication Foundation (WCF) service reference.

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

int GetGenerateAsynchronousMethods()

Return Value

Type: System::Int32

0 if asynchronous methods are not supported; otherwise any non-zero Integer.

The value returned by GetGenerateAsynchronousMethods determines whether the Generate asynchronous operations option is checked in the Configure Service Reference dialog box.

Return to top
Show: