DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section