TryParseUriCallback
TryParseUriCallback(Object, nint)
BeginInvoke(XmlUriData, Uri, AsyncCallback, Object)
EndInvoke(Uri, IAsyncResult)
Invoke(XmlUriData, Uri)
net11.0
namespace System.ServiceModel.Syndication
{
public delegate bool TryParseUriCallback(XmlUriData data, out Uri uri);
{
public virtual bool EndInvoke(out Uri uri, IAsyncResult result);
}
}
| .NET | 8.09.010.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | System.ServiceModel.Syndication , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.ServiceModel.Syndication , Version=10.0.0.5, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | Your project needs a package reference to |
| Package | System.ServiceModel.Syndication (11.0.0-preview.2.26159.112) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API