destroy() public method

Destroy a message and free any resources associated with it.
public destroy ( ) : void
return void
コード例 #1
0
ファイル: MamaInboxCS.cs プロジェクト: jacobraj/MAMA
			public void onSendComplete(
				MamaPublisher publisher,
				MamaMsg message,
				MamaStatus.mamaStatus status,
				object closure)
			{
				message.destroy();
			}