Share via


IVsWCFReferenceGroupOptions.GetGenerateAsynchronousMethods Method

Definition

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.

Applies to