destroy() 공개 메소드

Destroy a message and free any resources associated with it.
public destroy ( ) : void
리턴 void
예제 #1
0
			public void onSendComplete(
				MamaPublisher publisher,
				MamaMsg message,
				MamaStatus.mamaStatus status,
				object closure)
			{
				message.destroy();
			}