C# Class NDG.StorageAccess.DataServices.ResponseSetDataService

Show file Open project: nokiadatagathering/WP7-Official

Public Methods

Method Description
SendResponseSet ( string userName, string password, string serverUrl, int responseSetID, UploadReposneSetCallback callback ) : void

Protected Methods

Method Description
GetRequestStreamCallback ( IAsyncResult asynchronousResult ) : void

Private Methods

Method Description
SendResponseSetCallback ( IAsyncResult result ) : void

Method Details

GetRequestStreamCallback() protected method

protected GetRequestStreamCallback ( IAsyncResult asynchronousResult ) : void
asynchronousResult IAsyncResult
return void

SendResponseSet() public method

public SendResponseSet ( string userName, string password, string serverUrl, int responseSetID, UploadReposneSetCallback callback ) : void
userName string
password string
serverUrl string
responseSetID int
callback UploadReposneSetCallback
return void