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