IVsWCFReferenceGroupOptions.GetGenerateAsynchronousMethods 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.
Determines whether asynchronous methods are supported for a Windows Communication Foundation (WCF) service reference.
public:
int GetGenerateAsynchronousMethods();
public:
int GetGenerateAsynchronousMethods();
int GetGenerateAsynchronousMethods();
public int GetGenerateAsynchronousMethods ();
abstract member GetGenerateAsynchronousMethods : unit -> int
Public Function GetGenerateAsynchronousMethods () As Integer
Returns
0 if asynchronous methods are not supported; otherwise any non-zero Integer.
Remarks
The value returned by GetGenerateAsynchronousMethods determines whether the Generate asynchronous operations option is checked in the Configure Service Reference dialog box.