Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BeginInvoke and EndInvoke on delegates are not supported on Windows Phone #2

@mattleibow

Description

@mattleibow

This can be seen in:

var t = new Action(() => Thread.Sleep(5000));
t.BeginInvoke(t.EndInvoke, null);

This throws a NotSupportedException. This can be re-worked using Tasks and async, but I can't go around changing the .NET API interface, so this is put on hold for the time being.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions