Package version:

  • Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.

    Type Parameters

    • TResponse extends PathUncheckedResponse
    • TResult

    Parameters

    Returns PollerLike<OperationState<TResult>, TResult>