You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRestChannel.Status is a blocking function, and there is no async equivalent in the API. This is in contrast to .Publish / .PublishAsync and .History / .HistoryAsync.
Indeed, the implementation is implemented in terms of StatusAsync:
IRestChannel.Status
is a blocking function, and there is no async equivalent in the API. This is in contrast to.Publish
/.PublishAsync
and.History
/.HistoryAsync
.Indeed, the implementation is implemented in terms of StatusAsync:
The text was updated successfully, but these errors were encountered: