Created
April 13, 2013 12:26
-
-
Save cathode/5378197 to your computer and use it in GitHub Desktop.
Does this even work?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public Frame GetFrame(long index) | |
{ | |
IAsyncResult result = this.BeginGetFrame(null, index); | |
var frame = this.EndGetFrame(result); | |
return frame; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment