ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 348
نمايش فراداده

LogicalMethodTypesserializable

System.Web.Services.Protocols (system.web.services.dll)enum

This enumeration specifies whether a web service method was invoked synchronously or asynchronously with the corresponding "Begin" method.

public enum 

LogicalMethodTypes {

Sync = 1 ,

Async = 2 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) LogicalMethodTypes

Passed To

LogicalMethodInfo.Create( )