Method | Description | |
---|---|---|
DownloadXapFile ( string xapFileName, Action |
Downloads the specified XAP file.
|
|
GetClientBin ( Action |
Starts an asyncronous call to get the client-bin contents.
|
Method | Description | |
---|---|---|
ToXapFileCollection ( string rawXml ) : List |
public static DownloadXapFile ( string xapFileName, Action |
||
xapFileName | string | The name of the XAP file to download. |
callback | Action |
Action to invoke when complete (passes back the entry-point assembly). |
return | void |
public static GetClientBin ( Action |
||
returnValue | Action |
Callback that returns the values. |
error | Action |
Callback that is invoked when an error occurs. |
return | void |