IVsWCFReferenceGroupOptions.SetGenerateAsynchronousMethods(Int32) 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.
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.