LogicalMethodTypes

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( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net