4 references to Async
System.Web.Services (4)
System\Web\Services\Protocols\LogicalMethodInfo.cs (3)
487
return Create(methodInfos, LogicalMethodTypes.
Async
| LogicalMethodTypes.Sync, null);
500
ArrayList begins = (types & LogicalMethodTypes.
Async
) != 0 ? new ArrayList() : null;
501
Hashtable ends = (types & LogicalMethodTypes.
Async
) != 0 ? new Hashtable() : null;
System\Web\Services\WebMethodAttribute.cs (1)
319
return LogicalMethodInfo.Create((MethodInfo[])list.ToArray(typeof(MethodInfo)), LogicalMethodTypes.
Async
| LogicalMethodTypes.Sync, methodInfos);