public abstract class AutodiscoverRedirectionUrlValidationCallback
extends com.aspose.ms.System.MulticastDelegate
Defines a delegate that is used by the AutodiscoverService to ask whether a redirectionUrl can be used.
| Constructor and Description |
|---|
AutodiscoverRedirectionUrlValidationCallback() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(String redirectionUrl,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
boolean |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract boolean |
invoke(String redirectionUrl) |
combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImplpublic AutodiscoverRedirectionUrlValidationCallback()
public abstract boolean invoke(String redirectionUrl)
public final com.aspose.ms.System.IAsyncResult beginInvoke(String redirectionUrl, com.aspose.ms.System.AsyncCallback callback, Object state)
public final boolean endInvoke(com.aspose.ms.System.IAsyncResult result)
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.