LogicalMethodTypes Enumeration

 

Specifies how the XML Web service method was invoked.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

type LogicalMethodTypes

Member nameDescription
Async

The XML Web service method is invoked asynchronously.

Sync

The XML Web service method is invoked synchronously.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: