public Task<Nullable<int>> ExecuteAsync( Nullable<Object> state )
Public Function ExecuteAsync ( _ state As Nullable(Of Object) _ ) As Task(Of Nullable(Of Integer))
public: Task<Nullable<int^>>^ ExecuteAsync( Nullable<Object^> state )