Share via


IVsWCFReferenceGroupOptions.SetGenerateAsynchronousMethods(Int32) Method

Definition

Sets a value that determines whether asynchronous methods are supported for a Windows Communication Foundation (WCF) service reference.

public:
 void SetGenerateAsynchronousMethods(int bGenerateAsynchronousMethods);
public:
 void SetGenerateAsynchronousMethods(int bGenerateAsynchronousMethods);
void SetGenerateAsynchronousMethods(int bGenerateAsynchronousMethods);
public void SetGenerateAsynchronousMethods (int bGenerateAsynchronousMethods);
abstract member SetGenerateAsynchronousMethods : int -> unit
Public Sub SetGenerateAsynchronousMethods (bGenerateAsynchronousMethods As Integer)

Parameters

bGenerateAsynchronousMethods
Int32

Any non-zero Integer to support asynchronous methods; otherwise 0.

Remarks

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

Applies to