public void send_stopSharingNote(string authenticationToken, string guid) #endif { oprot_.WriteMessageBegin(new TMessage("stopSharingNote", TMessageType.Call, seqid_)); stopSharingNote_args args = new stopSharingNote_args(); args.AuthenticationToken = authenticationToken; args.Guid = guid; args.Write(oprot_); oprot_.WriteMessageEnd(); #if SILVERLIGHT || NETFX_CORE return oprot_.Transport.BeginFlush(callback, state); #else oprot_.Transport.Flush(); #endif }
public void send_stopSharingNote(string authenticationToken, string guid) { oprot_.WriteMessageBegin(new TMessage("stopSharingNote", TMessageType.Call, seqid_)); stopSharingNote_args args = new stopSharingNote_args(); args.AuthenticationToken = authenticationToken; args.Guid = guid; args.Write(oprot_); oprot_.WriteMessageEnd(); oprot_.Transport.Flush(); }