Method Resolve Resolve(T) The creator of the Promise<T> should call this when the asynchronous operation completes. Declaration protected void Resolve(T result) Parameters Type Name Description T result The result of the asynchronous operation.