public IAsyncResult send_TakeScreenShot(AsyncCallback callback, object state) { oprot_.WriteMessageBegin(new TMessage("TakeScreenShot", TMessageType.Call, seqid_)); TakeScreenShot_args args = new TakeScreenShot_args(); args.Write(oprot_); oprot_.WriteMessageEnd(); return(oprot_.Transport.BeginFlush(callback, state)); }
public void send_TakeScreenShot() { oprot_.WriteMessageBegin(new TMessage("TakeScreenShot", TMessageType.Call, seqid_)); TakeScreenShot_args args = new TakeScreenShot_args(); args.Write(oprot_); oprot_.WriteMessageEnd(); oprot_.Transport.Flush(); }
public void send_TakeScreenShot() #endif { oprot_.WriteMessageBegin(new TMessage("TakeScreenShot", TMessageType.Call, seqid_)); TakeScreenShot_args args = new TakeScreenShot_args(); args.Write(oprot_); oprot_.WriteMessageEnd(); #if SILVERLIGHT return(oprot_.Transport.BeginFlush(callback, state)); #else oprot_.Transport.Flush(); #endif }