LineSharp.Datatypes.TalkService.Client.Begin_createQrcodeBase64Image C# (CSharp) Method

Begin_createQrcodeBase64Image() public method

public Begin_createQrcodeBase64Image ( AsyncCallback callback, object state, string url, string characterSet, int imageSize, int x, int y, int width, int height ) : IAsyncResult
callback AsyncCallback
state object
url string
characterSet string
imageSize int
x int
y int
width int
height int
return IAsyncResult
      public IAsyncResult Begin_createQrcodeBase64Image(AsyncCallback callback, object state, string url, string characterSet, int imageSize, int x, int y, int width, int height)
      {
        return send_createQrcodeBase64Image(callback, state, url, characterSet, imageSize, x, y, width, height);
      }
TalkService.Client