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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace